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