Class ListWorkflowsItem

    • Method Detail

      • workflowTypeAsString

        public final String workflowTypeAsString()

        The type of workflow. The only supported value is APPFLOW_INTEGRATION.

        If the service returns an enum value that is not available in the current SDK version, workflowType will return WorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from workflowTypeAsString().

        Returns:
        The type of workflow. The only supported value is APPFLOW_INTEGRATION.
        See Also:
        WorkflowType
      • workflowId

        public final String workflowId()

        Unique identifier for the workflow.

        Returns:
        Unique identifier for the workflow.
      • status

        public final Status status()

        Status of workflow execution.

        If the service returns an enum value that is not available in the current SDK version, status will return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Status of workflow execution.
        See Also:
        Status
      • statusAsString

        public final String statusAsString()

        Status of workflow execution.

        If the service returns an enum value that is not available in the current SDK version, status will return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Status of workflow execution.
        See Also:
        Status
      • statusDescription

        public final String statusDescription()

        Description for workflow execution status.

        Returns:
        Description for workflow execution status.
      • createdAt

        public final Instant createdAt()

        Creation timestamp for workflow.

        Returns:
        Creation timestamp for workflow.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

        Last updated timestamp for workflow.

        Returns:
        Last updated timestamp for workflow.
      • 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)