Class DirectoryRoleTemplatesValidatePropertiesRequestBody
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.DirectoryRoleTemplatesValidatePropertiesRequestBody
-
public final class DirectoryRoleTemplatesValidatePropertiesRequestBody extends Object
The DirectoryRoleTemplatesValidatePropertiesRequestBody model.
-
-
Constructor Summary
Constructors Constructor Description DirectoryRoleTemplatesValidatePropertiesRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: Dictionary of <any>.StringdisplayName()Get the displayName property: The displayName property.StringentityType()Get the entityType property: The entityType property.StringmailNickname()Get the mailNickname property: The mailNickname property.UUIDonBehalfOfUserId()Get the onBehalfOfUserId property: The onBehalfOfUserId property.voidvalidate()Validates the instance.DirectoryRoleTemplatesValidatePropertiesRequestBodywithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Dictionary of <any>.DirectoryRoleTemplatesValidatePropertiesRequestBodywithDisplayName(String displayName)Set the displayName property: The displayName property.DirectoryRoleTemplatesValidatePropertiesRequestBodywithEntityType(String entityType)Set the entityType property: The entityType property.DirectoryRoleTemplatesValidatePropertiesRequestBodywithMailNickname(String mailNickname)Set the mailNickname property: The mailNickname property.DirectoryRoleTemplatesValidatePropertiesRequestBodywithOnBehalfOfUserId(UUID onBehalfOfUserId)Set the onBehalfOfUserId property: The onBehalfOfUserId property.
-
-
-
Method Detail
-
entityType
public String entityType()
Get the entityType property: The entityType property.- Returns:
- the entityType value.
-
withEntityType
public DirectoryRoleTemplatesValidatePropertiesRequestBody withEntityType(String entityType)
Set the entityType property: The entityType property.- Parameters:
entityType- the entityType value to set.- Returns:
- the DirectoryRoleTemplatesValidatePropertiesRequestBody object itself.
-
displayName
public String displayName()
Get the displayName property: The displayName property.- Returns:
- the displayName value.
-
withDisplayName
public DirectoryRoleTemplatesValidatePropertiesRequestBody withDisplayName(String displayName)
Set the displayName property: The displayName property.- Parameters:
displayName- the displayName value to set.- Returns:
- the DirectoryRoleTemplatesValidatePropertiesRequestBody object itself.
-
mailNickname
public String mailNickname()
Get the mailNickname property: The mailNickname property.- Returns:
- the mailNickname value.
-
withMailNickname
public DirectoryRoleTemplatesValidatePropertiesRequestBody withMailNickname(String mailNickname)
Set the mailNickname property: The mailNickname property.- Parameters:
mailNickname- the mailNickname value to set.- Returns:
- the DirectoryRoleTemplatesValidatePropertiesRequestBody object itself.
-
onBehalfOfUserId
public UUID onBehalfOfUserId()
Get the onBehalfOfUserId property: The onBehalfOfUserId property.- Returns:
- the onBehalfOfUserId value.
-
withOnBehalfOfUserId
public DirectoryRoleTemplatesValidatePropertiesRequestBody withOnBehalfOfUserId(UUID onBehalfOfUserId)
Set the onBehalfOfUserId property: The onBehalfOfUserId property.- Parameters:
onBehalfOfUserId- the onBehalfOfUserId value to set.- Returns:
- the DirectoryRoleTemplatesValidatePropertiesRequestBody object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Dictionary of <any>.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public DirectoryRoleTemplatesValidatePropertiesRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the DirectoryRoleTemplatesValidatePropertiesRequestBody object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-