MicrosoftGraphManagedAppOperation Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphManagedAppOperation
- com.
- com.
public final class MicrosoftGraphManagedAppOperation
extends MicrosoftGraphEntity
managedAppOperation Represents an operation applied against an app registration.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphManagedAppOperation() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
displayName()
Get the display |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Offset |
lastModifiedDateTime()
Get the last |
String |
state()
Get the state property: The current state of the operation. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
version()
Get the version property: Version of the entity. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the last |
Microsoft |
withState(String state)
Set the state property: The current state of the operation. |
Microsoft |
withVersion(String version)
Set the version property: Version of the entity. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphManagedAppOperation
public MicrosoftGraphManagedAppOperation()
Creates an instance of MicrosoftGraphManagedAppOperation class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: Represents an operation applied against an app registration.
Overrides:
MicrosoftGraphManagedAppOperation.additionalProperties()Returns:
displayName
public String displayName()
Get the displayName property: The operation name.
Returns:
fromJson
public static MicrosoftGraphManagedAppOperation fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphManagedAppOperation from the JsonReader.
Parameters:
Returns:
Throws:
lastModifiedDateTime
public OffsetDateTime lastModifiedDateTime()
Get the lastModifiedDateTime property: The last time the app operation was modified.
Returns:
state
public String state()
Get the state property: The current state of the operation.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphManagedAppOperation.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphManagedAppOperation.validate()version
public String version()
Get the version property: Version of the entity.
Returns:
withAdditionalProperties
public MicrosoftGraphManagedAppOperation withAdditionalProperties(Map
Set the additionalProperties property: Represents an operation applied against an app registration.
Overrides:
MicrosoftGraphManagedAppOperation.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withDisplayName
public MicrosoftGraphManagedAppOperation withDisplayName(String displayName)
Set the displayName property: The operation name.
Parameters:
Returns:
withId
public MicrosoftGraphManagedAppOperation withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphManagedAppOperation.withId(String id)Parameters:
withLastModifiedDateTime
public MicrosoftGraphManagedAppOperation withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The last time the app operation was modified.
Parameters:
Returns:
withState
public MicrosoftGraphManagedAppOperation withState(String state)
Set the state property: The current state of the operation.
Parameters:
Returns:
withVersion
public MicrosoftGraphManagedAppOperation withVersion(String version)
Set the version property: Version of the entity.
Parameters:
Returns:
Applies to
Azure SDK for Java