Package com.microsoft.graph.models
Class ResellerDelegatedAdminRelationship
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DelegatedAdminRelationship
com.microsoft.graph.models.ResellerDelegatedAdminRelationship
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ResellerDelegatedAdminRelationship
extends DelegatedAdminRelationship
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Reseller Delegated Admin Relationship.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Indirect Provider Tenant Id.The Is Partner Consent Pending.Fields inherited from class com.microsoft.graph.models.DelegatedAdminRelationship
accessAssignments, accessDetails, activatedDateTime, createdDateTime, customer, displayName, duration, endDateTime, lastModifiedDateTime, operations, requests, status -
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
-
indirectProviderTenantId
@SerializedName(value="indirectProviderTenantId", alternate="IndirectProviderTenantId") @Expose @Nullable public String indirectProviderTenantIdThe Indirect Provider Tenant Id. The tenant ID of the indirect provider partner who created the relationship for the indirect reseller partner. -
isPartnerConsentPending
@SerializedName(value="isPartnerConsentPending", alternate="IsPartnerConsentPending") @Expose @Nullable public Boolean isPartnerConsentPendingThe Is Partner Consent Pending. Indicates the indirect reseller partner consent status. true indicates that the partner has yet to review the relationship; false indicates that the partner has already provided consent by approving or rejecting the relationship.
-
-
Constructor Details
-
ResellerDelegatedAdminRelationship
public ResellerDelegatedAdminRelationship()
-
-
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 classDelegatedAdminRelationship- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-