Uses of Enum
no.digipost.api.client.representations.Relation
Packages that use Relation
-
Uses of Relation in no.digipost.api.client.errorhandling
Methods in no.digipost.api.client.errorhandling with parameters of type Relation -
Uses of Relation in no.digipost.api.client.representations
Methods in no.digipost.api.client.representations that return RelationModifier and TypeMethodDescriptionLink.getRelationName()static RelationReturns the enum constant of this type with the specified name.static Relation[]Relation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.digipost.api.client.representations with parameters of type RelationModifier and TypeMethodDescriptionbooleanLink.equalsRelation(Relation relation) protected LinkRepresentation.getLinkByRelationName(Relation relation) Constructors in no.digipost.api.client.representations with parameters of type RelationModifierConstructorDescriptionLink(Relation relation, DigipostUri uri) Link(Relation relation, DigipostUri uri, String mediaType)