Class AccessPackageResourceRoleScope

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

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

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
    • role

      @SerializedName(value="role", alternate="Role") @Expose @Nullable public AccessPackageResourceRole role
      The Role.
    • scope

      @SerializedName(value="scope", alternate="Scope") @Expose @Nullable public AccessPackageResourceScope scope
      The Scope.
  • Constructor Details

    • AccessPackageResourceRoleScope

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