Uses of Enum
com.microsoft.graph.models.ContactRelationship
Packages that use ContactRelationship
-
Uses of ContactRelationship in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ContactRelationshipModifier and TypeMethodDescriptionstatic ContactRelationshipRelatedContact.getRelationship()Gets the relationship property value.static ContactRelationshipReturns 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.Methods in com.microsoft.graph.models with parameters of type ContactRelationshipModifier and TypeMethodDescriptionvoidRelatedContact.setRelationship(ContactRelationship value) Sets the relationship property value.