Uses of Class
odata.msgraph.client.beta.enums.ContactRelationship
-
Packages that use ContactRelationship Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of ContactRelationship in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ContactRelationship Modifier and Type Field Description protected ContactRelationshipRelatedContact. relationshipMethods in odata.msgraph.client.beta.complex that return types with arguments of type ContactRelationship Modifier and Type Method Description Optional<ContactRelationship>RelatedContact. getRelationship()Methods in odata.msgraph.client.beta.complex with parameters of type ContactRelationship Modifier and Type Method Description RelatedContact.BuilderRelatedContact.Builder. relationship(ContactRelationship relationship)RelatedContactRelatedContact. withRelationship(ContactRelationship relationship) -
Uses of ContactRelationship in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ContactRelationship Modifier and Type Method Description static ContactRelationshipContactRelationship. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactRelationship[]ContactRelationship. values()Returns an array containing the constants of this enum type, in the order they are declared.
-