Class AppealGroups


  • @Generated("jsonschema2pojo")
    public class AppealGroups
    extends Object
    Appeal Groups

    The user defined categorization of groups used in communication activities.

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the appeal group.")
        private String id
        ID

        The global identifier of the appeal group. (Required)

      • title

        @JsonPropertyDescription("The full name of the appeal group.")
        private String title
        Title

        The full name of the appeal group. (Required)

      • description

        @JsonPropertyDescription("The description of the appeal group.")
        private String description
        Description

        The description of the appeal group.

    • Constructor Detail

      • AppealGroups

        public AppealGroups()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the appeal group. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the appeal group. (Required)

      • getTitle

        public String getTitle()
        Title

        The full name of the appeal group. (Required)

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of the appeal group. (Required)

      • getDescription

        public String getDescription()
        Description

        The description of the appeal group.

      • setDescription

        public void setDescription​(String description)
        Description

        The description of the appeal group.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object