Uses of Class
odata.msgraph.client.beta.complex.RelatedContact.Builder
-
Packages that use RelatedContact.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of RelatedContact.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return RelatedContact.Builder Modifier and Type Method Description RelatedContact.BuilderRelatedContact.Builder. accessConsent(Boolean accessConsent)static RelatedContact.BuilderRelatedContact. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).RelatedContact.BuilderRelatedContact.Builder. displayName(String displayName)RelatedContact.BuilderRelatedContact.Builder. emailAddress(String emailAddress)RelatedContact.BuilderRelatedContact.Builder. id(String id)RelatedContact.BuilderRelatedContact.Builder. mobilePhone(String mobilePhone)RelatedContact.BuilderRelatedContact.Builder. relationship(ContactRelationship relationship)
-