Uses of Class
odata.msgraph.client.beta.complex.RelatedContact
-
Packages that use RelatedContact Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of RelatedContact in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return RelatedContact Modifier and Type Method Description RelatedContactRelatedContact.Builder. build()RelatedContactRelatedContact. withAccessConsent(Boolean accessConsent)RelatedContactRelatedContact. withDisplayName(String displayName)RelatedContactRelatedContact. withEmailAddress(String emailAddress)RelatedContactRelatedContact. withId(String id)RelatedContactRelatedContact. withMobilePhone(String mobilePhone)RelatedContactRelatedContact. withRelationship(ContactRelationship relationship)RelatedContactRelatedContact. withUnmappedField(String name, String value) -
Uses of RelatedContact in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type RelatedContact Modifier and Type Field Description protected List<RelatedContact>EducationUser. relatedContactsMethods in odata.msgraph.client.beta.entity that return types with arguments of type RelatedContact Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RelatedContact>EducationUser. getRelatedContacts()com.github.davidmoten.odata.client.CollectionPage<RelatedContact>EducationUser. getRelatedContacts(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type RelatedContact Modifier and Type Method Description EducationUser.BuilderEducationUser.Builder. relatedContacts(RelatedContact... relatedContacts)Method parameters in odata.msgraph.client.beta.entity with type arguments of type RelatedContact Modifier and Type Method Description EducationUser.BuilderEducationUser.Builder. relatedContacts(List<RelatedContact> relatedContacts)EducationUserEducationUser. withRelatedContacts(List<RelatedContact> relatedContacts)
-