Uses of Class
odata.msgraph.client.beta.complex.DelegatedAdminRelationshipCustomerParticipant
-
Packages that use DelegatedAdminRelationshipCustomerParticipant Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DelegatedAdminRelationshipCustomerParticipant in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DelegatedAdminRelationshipCustomerParticipant Modifier and Type Method Description DelegatedAdminRelationshipCustomerParticipantDelegatedAdminRelationshipCustomerParticipant.Builder. build()DelegatedAdminRelationshipCustomerParticipantDelegatedAdminRelationshipCustomerParticipant. withDisplayName(String displayName)DelegatedAdminRelationshipCustomerParticipantDelegatedAdminRelationshipCustomerParticipant. withTenantId(String tenantId)DelegatedAdminRelationshipCustomerParticipantDelegatedAdminRelationshipCustomerParticipant. withUnmappedField(String name, String value) -
Uses of DelegatedAdminRelationshipCustomerParticipant in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DelegatedAdminRelationshipCustomerParticipant Modifier and Type Field Description protected DelegatedAdminRelationshipCustomerParticipantDelegatedAdminRelationship. customerMethods in odata.msgraph.client.beta.entity that return types with arguments of type DelegatedAdminRelationshipCustomerParticipant Modifier and Type Method Description Optional<DelegatedAdminRelationshipCustomerParticipant>DelegatedAdminRelationship. getCustomer()Methods in odata.msgraph.client.beta.entity with parameters of type DelegatedAdminRelationshipCustomerParticipant Modifier and Type Method Description DelegatedAdminRelationship.BuilderDelegatedAdminRelationship.Builder. customer(DelegatedAdminRelationshipCustomerParticipant customer)DelegatedAdminRelationshipDelegatedAdminRelationship. withCustomer(DelegatedAdminRelationshipCustomerParticipant customer)
-