Class MicrosoftGraphManagedAppOperation

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagedAppOperation

public final class MicrosoftGraphManagedAppOperation extends MicrosoftGraphEntity
managedAppOperation

Represents an operation applied against an app registration.

  • Constructor Details

    • MicrosoftGraphManagedAppOperation

      public MicrosoftGraphManagedAppOperation()
      Creates an instance of MicrosoftGraphManagedAppOperation class.
  • Method Details

    • displayName

      public String displayName()
      Get the displayName property: The operation name.
      Returns:
      the displayName value.
    • withDisplayName

      public MicrosoftGraphManagedAppOperation withDisplayName(String displayName)
      Set the displayName property: The operation name.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the MicrosoftGraphManagedAppOperation object itself.
    • lastModifiedDateTime

      public OffsetDateTime lastModifiedDateTime()
      Get the lastModifiedDateTime property: The last time the app operation was modified.
      Returns:
      the lastModifiedDateTime value.
    • withLastModifiedDateTime

      public MicrosoftGraphManagedAppOperation withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
      Set the lastModifiedDateTime property: The last time the app operation was modified.
      Parameters:
      lastModifiedDateTime - the lastModifiedDateTime value to set.
      Returns:
      the MicrosoftGraphManagedAppOperation object itself.
    • state

      public String state()
      Get the state property: The current state of the operation.
      Returns:
      the state value.
    • withState

      public MicrosoftGraphManagedAppOperation withState(String state)
      Set the state property: The current state of the operation.
      Parameters:
      state - the state value to set.
      Returns:
      the MicrosoftGraphManagedAppOperation object itself.
    • version

      public String version()
      Get the version property: Version of the entity.
      Returns:
      the version value.
    • withVersion

      public MicrosoftGraphManagedAppOperation withVersion(String version)
      Set the version property: Version of the entity.
      Parameters:
      version - the version value to set.
      Returns:
      the MicrosoftGraphManagedAppOperation object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: Represents an operation applied against an app registration.
      Overrides:
      additionalProperties in class MicrosoftGraphEntity
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphManagedAppOperation withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Represents an operation applied against an app registration.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphManagedAppOperation object itself.
    • withId

      Set the id property: Read-only.
      Overrides:
      withId in class MicrosoftGraphEntity
      Parameters:
      id - the id value to set.
      Returns:
      the MicrosoftGraphEntity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MicrosoftGraphEntity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.