Class OrganizationCheckMemberObjectsRequestBody
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.OrganizationCheckMemberObjectsRequestBody
-
public final class OrganizationCheckMemberObjectsRequestBody extends Object
The OrganizationCheckMemberObjectsRequestBody model.
-
-
Constructor Summary
Constructors Constructor Description OrganizationCheckMemberObjectsRequestBody()
-
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>
ids()
Get the ids property: The ids property.void
validate()
Validates the instance.OrganizationCheckMemberObjectsRequestBody
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.OrganizationCheckMemberObjectsRequestBody
withIds(List<String> ids)
Set the ids property: The ids property.
-
-
-
Method Detail
-
withIds
public OrganizationCheckMemberObjectsRequestBody withIds(List<String> ids)
Set the ids property: The ids property.- Parameters:
ids
- the ids value to set.- Returns:
- the OrganizationCheckMemberObjectsRequestBody object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Dictionary of <any>.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public OrganizationCheckMemberObjectsRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the OrganizationCheckMemberObjectsRequestBody object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-