Class GroupAssignmentTarget

    • Field Detail

      • groupId

        protected String groupId
    • Constructor Detail

      • GroupAssignmentTarget

        protected GroupAssignmentTarget()
    • Method Detail

      • getGroupId

        public Optional<String> getGroupId()
        “The group Id that is the target of the assignment.”
        Returns:
        property groupId
      • withGroupId

        public GroupAssignmentTarget withGroupId​(String groupId)
        Returns an immutable copy of this with just the groupId field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “The group Id that is the target of the assignment.”

        Parameters:
        groupId - new value of groupId field (as defined in service metadata)
        Returns:
        immutable copy of this with just the groupId field changed
      • builderGroupAssignmentTarget

        public static GroupAssignmentTarget.Builder builderGroupAssignmentTarget()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class