Uses of Class
odata.msgraph.client.beta.complex.DelegatedAdminRelationshipParticipant
-
Packages that use DelegatedAdminRelationshipParticipant Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DelegatedAdminRelationshipParticipant in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DelegatedAdminRelationshipParticipant Modifier and Type Method Description DelegatedAdminRelationshipParticipantDelegatedAdminRelationshipParticipant.Builder. build()DelegatedAdminRelationshipParticipantDelegatedAdminRelationshipParticipant. withTenantId(String tenantId)DelegatedAdminRelationshipParticipantDelegatedAdminRelationshipParticipant. withUnmappedField(String name, String value) -
Uses of DelegatedAdminRelationshipParticipant in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DelegatedAdminRelationshipParticipant Modifier and Type Field Description protected DelegatedAdminRelationshipParticipantDelegatedAdminRelationship. partnerMethods in odata.msgraph.client.beta.entity that return types with arguments of type DelegatedAdminRelationshipParticipant Modifier and Type Method Description Optional<DelegatedAdminRelationshipParticipant>DelegatedAdminRelationship. getPartner()Methods in odata.msgraph.client.beta.entity with parameters of type DelegatedAdminRelationshipParticipant Modifier and Type Method Description DelegatedAdminRelationship.BuilderDelegatedAdminRelationship.Builder. partner(DelegatedAdminRelationshipParticipant partner)DelegatedAdminRelationshipDelegatedAdminRelationship. withPartner(DelegatedAdminRelationshipParticipant partner)
-