Class ApplicationsCheckMemberGroupsRequestBody

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

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

    • ApplicationsCheckMemberGroupsRequestBody

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

    • groupIds

      public List<String> groupIds()
      Get the groupIds property: The groupIds property.
      Returns:
      the groupIds value.
    • withGroupIds

      public ApplicationsCheckMemberGroupsRequestBody withGroupIds(List<String> groupIds)
      Set the groupIds property: The groupIds property.
      Parameters:
      groupIds - the groupIds value to set.
      Returns:
      the ApplicationsCheckMemberGroupsRequestBody object itself.
    • additionalProperties

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

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

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