Package com.microsoft.graph.models
Class DirectoryObjectPartnerReference
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DirectoryObject
com.microsoft.graph.models.DirectoryObjectPartnerReference
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DirectoryObjectPartnerReference
extends DirectoryObject
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Directory Object Partner Reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Description.The Display Name.The External Partner Tenant Id.The Object Type.Fields inherited from class com.microsoft.graph.models.DirectoryObject
deletedDateTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. Description of the object returned. Read-only. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Name of directory object being returned, like group or application. Read-only. -
externalPartnerTenantId
@SerializedName(value="externalPartnerTenantId", alternate="ExternalPartnerTenantId") @Expose @Nullable public UUID externalPartnerTenantIdThe External Partner Tenant Id. The tenant identifier for the partner tenant. Read-only. -
objectType
@SerializedName(value="objectType", alternate="ObjectType") @Expose @Nullable public String objectTypeThe Object Type. The type of the referenced object in the partner tenant. Read-only.
-
-
Constructor Details
-
DirectoryObjectPartnerReference
public DirectoryObjectPartnerReference()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classDirectoryObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-