Class OrganizationCheckMemberGroupsRequestBody
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.OrganizationCheckMemberGroupsRequestBody
-
public final class OrganizationCheckMemberGroupsRequestBody extends Object
The OrganizationCheckMemberGroupsRequestBody model.
-
-
Constructor Summary
Constructors Constructor Description OrganizationCheckMemberGroupsRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: Dictionary of <any>.List<String>
groupIds()
Get the groupIds property: The groupIds property.void
validate()
Validates the instance.OrganizationCheckMemberGroupsRequestBody
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.OrganizationCheckMemberGroupsRequestBody
withGroupIds(List<String> groupIds)
Set the groupIds property: The groupIds property.
-
-
-
Method Detail
-
groupIds
public List<String> groupIds()
Get the groupIds property: The groupIds property.- Returns:
- the groupIds value.
-
withGroupIds
public OrganizationCheckMemberGroupsRequestBody withGroupIds(List<String> groupIds)
Set the groupIds property: The groupIds property.- Parameters:
groupIds
- the groupIds value to set.- Returns:
- the OrganizationCheckMemberGroupsRequestBody object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Dictionary of <any>.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public OrganizationCheckMemberGroupsRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the OrganizationCheckMemberGroupsRequestBody object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-