Class SlotTypeSummary

    • Method Detail

      • slotTypeId

        public final String slotTypeId()

        The unique identifier assigned to the slot type.

        Returns:
        The unique identifier assigned to the slot type.
      • slotTypeName

        public final String slotTypeName()

        The name of the slot type.

        Returns:
        The name of the slot type.
      • description

        public final String description()

        The description of the slot type.

        Returns:
        The description of the slot type.
      • parentSlotTypeSignature

        public final String parentSlotTypeSignature()

        If the slot type is derived from a built-on slot type, the name of the parent slot type.

        Returns:
        If the slot type is derived from a built-on slot type, the name of the parent slot type.
      • lastUpdatedDateTime

        public final Instant lastUpdatedDateTime()

        A timestamp of the date and time that the slot type was last updated.

        Returns:
        A timestamp of the date and time that the slot type was last updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)