Class AccessPackageResource

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

public class AccessPackageResource extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Resource.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name.
    • modifiedDateTime

      @SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTime
      The Modified Date Time.
    • originId

      @SerializedName(value="originId", alternate="OriginId") @Expose @Nullable public String originId
      The Origin Id.
    • originSystem

      @SerializedName(value="originSystem", alternate="OriginSystem") @Expose @Nullable public String originSystem
      The Origin System.
    • environment

      @SerializedName(value="environment", alternate="Environment") @Expose @Nullable public AccessPackageResourceEnvironment environment
      The Environment.
    • roles

      @SerializedName(value="roles", alternate="Roles") @Expose @Nullable public AccessPackageResourceRoleCollectionPage roles
      The Roles.
    • scopes

      @SerializedName(value="scopes", alternate="Scopes") @Expose @Nullable public AccessPackageResourceScopeCollectionPage scopes
      The Scopes.
  • Constructor Details

    • AccessPackageResource

      public AccessPackageResource()
  • 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