Class AccessPackageResourceAttribute

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

public class AccessPackageResourceAttribute extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Resource Attribute.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • destination

      @SerializedName(value="destination", alternate="Destination") @Expose @Nullable public AccessPackageResourceAttributeDestination destination
      The Destination. Information about how to set the attribute, currently a accessPackageUserDirectoryAttributeStore type.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. The name of the attribute in the end system. If the destination is accessPackageUserDirectoryAttributeStore, then a user property such as jobTitle or a directory schema extension for the user object type, such as extension2b676109c7c74ae2b41549205f1947edpersonalTitle.
    • source

      @SerializedName(value="source", alternate="Source") @Expose @Nullable public AccessPackageResourceAttributeSource source
      The Source. Information about how to populate the attribute value when an accessPackageAssignmentRequest is being fulfilled, currently a accessPackageResourceAttributeQuestion type.
  • Constructor Details

    • AccessPackageResourceAttribute

      public AccessPackageResourceAttribute()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to