Class ConstituentEmploymentPositionLevels


  • @Generated("jsonschema2pojo")
    public class ConstituentEmploymentPositionLevels
    extends Object
    Constituent Employment Position Levels

    A level of the position a constituent person (employee) holds in an organization

    • Field Detail

      • metadata

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

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The globally unique identifier of the position level.")
        private String id
        ID

        The globally unique identifier of the position level. (Required)

      • title

        @JsonPropertyDescription("The full name of the position level.")
        private String title
        Title

        The full name of the position level. (Required)

      • description

        @JsonPropertyDescription("The description of the position level.")
        private String description
        Description

        The description of the position level.

      • code

        @JsonPropertyDescription("The code of the position level")
        private String code
        Code

        The code of the position level

    • Constructor Detail

      • ConstituentEmploymentPositionLevels

        public ConstituentEmploymentPositionLevels()