Class Deployment

    • Method Detail

      • autoDeployed

        public final Boolean autoDeployed()

        Specifies whether a deployment was automatically released.

        Returns:
        Specifies whether a deployment was automatically released.
      • createdDate

        public final Instant createdDate()

        The date and time when the Deployment resource was created.

        Returns:
        The date and time when the Deployment resource was created.
      • deploymentId

        public final String deploymentId()

        The identifier for the deployment.

        Returns:
        The identifier for the deployment.
      • deploymentStatusMessage

        public final String deploymentStatusMessage()

        May contain additional feedback on the status of an API deployment.

        Returns:
        May contain additional feedback on the status of an API deployment.
      • description

        public final String description()

        The description for the deployment.

        Returns:
        The description for the deployment.
      • 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)