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