MicrosoftGraphLicenseProcessingState Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphLicenseProcessingState
- com.
Implements
public final class MicrosoftGraphLicenseProcessingState
implements JsonSerializable<MicrosoftGraphLicenseProcessingState>
licenseProcessingState.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphLicenseProcessingState() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
state()
Get the state property: The state property. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withState(String state)
Set the state property: The state property. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphLicenseProcessingState
public MicrosoftGraphLicenseProcessingState()
Creates an instance of MicrosoftGraphLicenseProcessingState class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: licenseProcessingState.
Returns:
fromJson
public static MicrosoftGraphLicenseProcessingState fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphLicenseProcessingState from the JsonReader.
Parameters:
Returns:
Throws:
state
public String state()
Get the state property: The state property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphLicenseProcessingState withAdditionalProperties(Map
Set the additionalProperties property: licenseProcessingState.
Parameters:
Returns:
withState
public MicrosoftGraphLicenseProcessingState withState(String state)
Set the state property: The state property.
Parameters:
Returns:
Applies to
Azure SDK for Java