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