Class DelegatedAdminRelationshipCustomerParticipant.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DelegatedAdminRelationshipCustomerParticipant.Builder
-
- Enclosing class:
- DelegatedAdminRelationshipCustomerParticipant
public static final class DelegatedAdminRelationshipCustomerParticipant.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegatedAdminRelationshipCustomerParticipantbuild()DelegatedAdminRelationshipCustomerParticipant.BuilderdisplayName(String displayName)DelegatedAdminRelationshipCustomerParticipant.BuildertenantId(String tenantId)
-
-
-
Method Detail
-
displayName
public DelegatedAdminRelationshipCustomerParticipant.Builder displayName(String displayName)
-
tenantId
public DelegatedAdminRelationshipCustomerParticipant.Builder tenantId(String tenantId)
-
build
public DelegatedAdminRelationshipCustomerParticipant build()
-
-