-
- All Implemented Interfaces:
public final class CustomPurposeCustom purpose defined by developers in their configuration
-
-
Constructor Summary
Constructors Constructor Description CustomPurpose(String id, Map<String, String> name, Map<String, String> description, Map<String, String> descriptionLegal, String type)CustomPurpose(String id, Map<String, String> name, Map<String, String> description, Map<String, String> descriptionLegal)CustomPurpose(String id, Map<String, String> name, Map<String, String> description)CustomPurpose(String id, Map<String, String> name)CustomPurpose(String id)
-
Method Summary
Modifier and Type Method Description final StringgetId()Purpose ID final Map<String, String>getName()Name (by language) final Map<String, String>getDescription()Description (by language) final UnitsetDescription(@SerializedName(value = "description") Map<String, String> description)Description (by language) final Map<String, String>getDescriptionLegal()Legal Description (by language) final StringgetType()Type of data -
-
Constructor Detail
-
CustomPurpose
CustomPurpose(String id, Map<String, String> name, Map<String, String> description, Map<String, String> descriptionLegal, String type)
-
CustomPurpose
CustomPurpose(String id, Map<String, String> name, Map<String, String> description, Map<String, String> descriptionLegal)
-
CustomPurpose
CustomPurpose(String id)
-
-
Method Detail
-
getDescription
final Map<String, String> getDescription()
Description (by language)
-
setDescription
final Unit setDescription(@SerializedName(value = "description") Map<String, String> description)
Description (by language)
-
getDescriptionLegal
final Map<String, String> getDescriptionLegal()
Legal Description (by language)
-
-
-
-