Class ServicePrincipalEntitlementOperationResult

java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.memberentitlementmanagement.types.ServicePrincipalEntitlementOperationResult

public class ServicePrincipalEntitlementOperationResult extends SerializableEntity
None
  • Constructor Details

    • ServicePrincipalEntitlementOperationResult

      public ServicePrincipalEntitlementOperationResult()
  • Method Details

    • getErrors

      public List<Object> getErrors()
    • setErrors

      public void setErrors(List<Object> errors)
    • getIsSuccess

      public boolean getIsSuccess()
    • setIsSuccess

      public void setIsSuccess(boolean isSuccess)
    • getResult

      public String getResult()
    • setResult

      public void setResult(String result)
    • getServicePrincipalId

      public String getServicePrincipalId()
    • setServicePrincipalId

      public void setServicePrincipalId(String servicePrincipalId)