Class UpdateCommandResponse

    • Method Detail

      • commandId

        public final String commandId()

        The unique identifier of the command.

        Returns:
        The unique identifier of the command.
      • displayName

        public final String displayName()

        The updated user-friendly display name in the console for the command.

        Returns:
        The updated user-friendly display name in the console for the command.
      • description

        public final String description()

        The updated text description of the command.

        Returns:
        The updated text description of the command.
      • deprecated

        public final Boolean deprecated()

        The boolean that indicates whether the command was deprecated.

        Returns:
        The boolean that indicates whether the command was deprecated.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

        The date and time (epoch timestamp in seconds) when the command was last updated.

        Returns:
        The date and time (epoch timestamp in seconds) when the command was last updated.
      • 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