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