Class MicrosoftGraphManagedAppOperation


  • public final class MicrosoftGraphManagedAppOperation
    extends MicrosoftGraphEntity
    Represents an operation applied against an app registration.
    • Constructor Detail

      • MicrosoftGraphManagedAppOperation

        public MicrosoftGraphManagedAppOperation()
    • Method Detail

      • 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.