Class ApplicationsGetMemberObjectsRequestBody

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.ApplicationsGetMemberObjectsRequestBody

public final class ApplicationsGetMemberObjectsRequestBody extends Object
The ApplicationsGetMemberObjectsRequestBody model.
  • Constructor Details

    • ApplicationsGetMemberObjectsRequestBody

      public ApplicationsGetMemberObjectsRequestBody()
      Creates an instance of ApplicationsGetMemberObjectsRequestBody class.
  • Method Details

    • securityEnabledOnly

      public Boolean securityEnabledOnly()
      Get the securityEnabledOnly property: The securityEnabledOnly property.
      Returns:
      the securityEnabledOnly value.
    • withSecurityEnabledOnly

      public ApplicationsGetMemberObjectsRequestBody withSecurityEnabledOnly(Boolean securityEnabledOnly)
      Set the securityEnabledOnly property: The securityEnabledOnly property.
      Parameters:
      securityEnabledOnly - the securityEnabledOnly value to set.
      Returns:
      the ApplicationsGetMemberObjectsRequestBody object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: Dictionary of <AnyObject>.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public ApplicationsGetMemberObjectsRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Dictionary of <AnyObject>.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the ApplicationsGetMemberObjectsRequestBody object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.