Class ApplicationsGetMemberGroupsRequestBody

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

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

    • ApplicationsGetMemberGroupsRequestBody

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

    • securityEnabledOnly

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

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

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

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

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