Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Destination.The Name.the OData type of the object as returned by the serviceThe Source. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
destination
@SerializedName(value="destination", alternate="Destination") @Expose @Nullable public AccessPackageResourceAttributeDestination destinationThe Destination. Information about how to set the attribute, currently a accessPackageUserDirectoryAttributeStore type. -
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 sourceThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-