Class AppScope

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AppScope
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AppScope extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the App Scope.
  • Field Details

    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable id. Read-only.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public String type
      The Type. Describes the type of app-specific resource represented by the app scope. Provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read-only.
  • Constructor Details

    • AppScope

      public AppScope()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to