Uses of Class
com.microsoft.graph.models.DelegatedAdminRelationship
Packages that use DelegatedAdminRelationship
-
Uses of DelegatedAdminRelationship in com.microsoft.graph.models
Subclasses of DelegatedAdminRelationship in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return DelegatedAdminRelationshipModifier and TypeMethodDescriptionstatic DelegatedAdminRelationshipDelegatedAdminRelationship.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type DelegatedAdminRelationshipModifier and TypeMethodDescriptionTenantRelationship.getDelegatedAdminRelationships()Gets the delegatedAdminRelationships property value.DelegatedAdminRelationshipCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DelegatedAdminRelationshipModifier and TypeMethodDescriptionvoidTenantRelationship.setDelegatedAdminRelationships(List<DelegatedAdminRelationship> value) Sets the delegatedAdminRelationships property value.voidDelegatedAdminRelationshipCollectionResponse.setValue(List<DelegatedAdminRelationship> value) Sets the value property value.