Uses of Class
com.microsoft.graph.models.DelegatedAdminAccessAssignment
Packages that use DelegatedAdminAccessAssignment
-
Uses of DelegatedAdminAccessAssignment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DelegatedAdminAccessAssignmentModifier and TypeMethodDescriptionDelegatedAdminAccessAssignment.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 DelegatedAdminAccessAssignmentModifier and TypeMethodDescriptionDelegatedAdminRelationship.getAccessAssignments()Gets the accessAssignments property value.DelegatedAdminAccessAssignmentCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DelegatedAdminAccessAssignmentModifier and TypeMethodDescriptionvoidDelegatedAdminRelationship.setAccessAssignments(List<DelegatedAdminAccessAssignment> value) Sets the accessAssignments property value.voidDelegatedAdminAccessAssignmentCollectionResponse.setValue(List<DelegatedAdminAccessAssignment> value) Sets the value property value.