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