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