Package com.microsoft.graph.models
Class MultiTenantOrganizationMember
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DirectoryObject
com.microsoft.graph.models.MultiTenantOrganizationMember
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class MultiTenantOrganizationMember
extends DirectoryObject
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newMultiTenantOrganizationMemberand 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 addedByTenantId property value.Gets the addedDateTime property value.Gets the displayName property value.The deserialization information for the current modelGets the joinedDateTime property value.getRole()Gets the role property value.getState()Gets the state property value.Gets the tenantId property value.Gets the transitionDetails property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetAddedByTenantId(UUID value) Sets the addedByTenantId property value.voidsetAddedDateTime(OffsetDateTime value) Sets the addedDateTime property value.voidsetDisplayName(String value) Sets the displayName property value.voidsetJoinedDateTime(OffsetDateTime value) Sets the joinedDateTime property value.voidSets the role property value.voidSets the state property value.voidsetTenantId(String value) Sets the tenantId property value.voidSets the transitionDetails 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
-
MultiTenantOrganizationMember
public MultiTenantOrganizationMember()Instantiates a newMultiTenantOrganizationMemberand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static MultiTenantOrganizationMember 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
MultiTenantOrganizationMember
-
getAddedByTenantId
Gets the addedByTenantId property value. Tenant ID of the tenant that added the tenant to the multitenant organization. Read-only.- Returns:
- a
UUID
-
getAddedDateTime
Gets the addedDateTime property value. Date and time when the tenant was added to the multitenant organization. Read-only.- Returns:
- a
OffsetDateTime
-
getDisplayName
Gets the displayName property value. Display name of the tenant added to the multitenant organization.- Returns:
- a
String
-
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>>
-
getJoinedDateTime
Gets the joinedDateTime property value. Date and time when the tenant joined the multitenant organization. Read-only.- Returns:
- a
OffsetDateTime
-
getRole
Gets the role property value. Role of the tenant in the multitenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multitenant organization but tenants with the member role can only participate in a multitenant organization. There can be multiple tenants with the owner role in a multitenant organization.- Returns:
- a
MultiTenantOrganizationMemberRole
-
getState
Gets the state property value. State of the tenant in the multitenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multitenant organization to participate in the multitenant organization. Tenants in the active state can participate in the multitenant organization. Tenants in the removed state are in the process of being removed from the multitenant organization. Read-only.- Returns:
- a
MultiTenantOrganizationMemberState
-
getTenantId
Gets the tenantId property value. Tenant ID of the Microsoft Entra tenant added to the multitenant organization. Set at the time tenant is added.Supports $filter. Key.- Returns:
- a
String
-
getTransitionDetails
Gets the transitionDetails property value. Details of the processing status for a tenant in a multitenant organization. Read-only. Nullable. -
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
-
setAddedByTenantId
Sets the addedByTenantId property value. Tenant ID of the tenant that added the tenant to the multitenant organization. Read-only.- Parameters:
value- Value to set for the addedByTenantId property.
-
setAddedDateTime
Sets the addedDateTime property value. Date and time when the tenant was added to the multitenant organization. Read-only.- Parameters:
value- Value to set for the addedDateTime property.
-
setDisplayName
Sets the displayName property value. Display name of the tenant added to the multitenant organization.- Parameters:
value- Value to set for the displayName property.
-
setJoinedDateTime
Sets the joinedDateTime property value. Date and time when the tenant joined the multitenant organization. Read-only.- Parameters:
value- Value to set for the joinedDateTime property.
-
setRole
Sets the role property value. Role of the tenant in the multitenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multitenant organization but tenants with the member role can only participate in a multitenant organization. There can be multiple tenants with the owner role in a multitenant organization.- Parameters:
value- Value to set for the role property.
-
setState
Sets the state property value. State of the tenant in the multitenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multitenant organization to participate in the multitenant organization. Tenants in the active state can participate in the multitenant organization. Tenants in the removed state are in the process of being removed from the multitenant organization. Read-only.- Parameters:
value- Value to set for the state property.
-
setTenantId
Sets the tenantId property value. Tenant ID of the Microsoft Entra tenant added to the multitenant organization. Set at the time tenant is added.Supports $filter. Key.- Parameters:
value- Value to set for the tenantId property.
-
setTransitionDetails
Sets the transitionDetails property value. Details of the processing status for a tenant in a multitenant organization. Read-only. Nullable.- Parameters:
value- Value to set for the transitionDetails property.
-