Class ApplicationsCheckMemberGroupsRequestBody
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.ApplicationsCheckMemberGroupsRequestBody
The ApplicationsCheckMemberGroupsRequestBody model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationsCheckMemberGroupsRequestBody class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Dictionary of <AnyObject>.groupIds()Get the groupIds property: The groupIds property.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Dictionary of <AnyObject>.withGroupIds(List<String> groupIds) Set the groupIds property: The groupIds property.
-
Constructor Details
-
ApplicationsCheckMemberGroupsRequestBody
public ApplicationsCheckMemberGroupsRequestBody()Creates an instance of ApplicationsCheckMemberGroupsRequestBody class.
-
-
Method Details
-
groupIds
Get the groupIds property: The groupIds property.- Returns:
- the groupIds value.
-
withGroupIds
Set the groupIds property: The groupIds property.- Parameters:
groupIds- the groupIds value to set.- Returns:
- the ApplicationsCheckMemberGroupsRequestBody object itself.
-
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.
-