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