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