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.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class DirectoryObjectPartnerReference
extends DirectoryObject
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newDirectoryObjectPartnerReferenceand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the description property value.Gets the displayName property value.Gets the externalPartnerTenantId property value.The deserialization information for the current modelGets the objectType property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetDescription(String value) Sets the description property value.voidsetDisplayName(String value) Sets the displayName property value.voidsetExternalPartnerTenantId(UUID value) Sets the externalPartnerTenantId property value.voidsetObjectType(String value) Sets the objectType property value.Methods inherited from class com.microsoft.graph.models.DirectoryObject
getDeletedDateTime, setDeletedDateTimeMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
DirectoryObjectPartnerReference
public DirectoryObjectPartnerReference()Instantiates a newDirectoryObjectPartnerReferenceand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static DirectoryObjectPartnerReference createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
DirectoryObjectPartnerReference
-
getDescription
Gets the description property value. Description of the object returned. Read-only.- Returns:
- a
String
-
getDisplayName
Gets the displayName property value. Name of directory object being returned, like group or application. Read-only.- Returns:
- a
String
-
getExternalPartnerTenantId
Gets the externalPartnerTenantId property value. The tenant identifier for the partner tenant. Read-only.- Returns:
- a
UUID
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classDirectoryObject- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getObjectType
Gets the objectType property value. The type of the referenced object in the partner tenant. Read-only.- Returns:
- a
String
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classDirectoryObject- Parameters:
writer- Serialization writer to use to serialize this model
-
setDescription
Sets the description property value. Description of the object returned. Read-only.- Parameters:
value- Value to set for the description property.
-
setDisplayName
Sets the displayName property value. Name of directory object being returned, like group or application. Read-only.- Parameters:
value- Value to set for the displayName property.
-
setExternalPartnerTenantId
Sets the externalPartnerTenantId property value. The tenant identifier for the partner tenant. Read-only.- Parameters:
value- Value to set for the externalPartnerTenantId property.
-
setObjectType
Sets the objectType property value. The type of the referenced object in the partner tenant. Read-only.- Parameters:
value- Value to set for the objectType property.
-