Uses of Class
no.digipost.api.client.representations.accounts.TagType
-
Packages that use TagType Package Description no.digipost.api.client.representations.accounts Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of TagType in no.digipost.api.client.representations.accounts
Fields in no.digipost.api.client.representations.accounts with type parameters of type TagType Modifier and Type Field Description protected List<TagType>
Tags. tags
Methods in no.digipost.api.client.representations.accounts that return TagType Modifier and Type Method Description static TagType
TagType. fromValue(String v)
static TagType
TagType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TagType[]
TagType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.digipost.api.client.representations.accounts that return types with arguments of type TagType Modifier and Type Method Description List<TagType>
Tags. getTags()
Constructor parameters in no.digipost.api.client.representations.accounts with type arguments of type TagType Constructor Description Tags(List<TagType> tags)
-