Class SendProjectSessionActionRequest

    • Method Detail

      • preview

        public final Boolean preview()

        If true, the result of the recipe step will be returned, but not applied.

        Returns:
        If true, the result of the recipe step will be returned, but not applied.
      • name

        public final String name()

        The name of the project to apply the action to.

        Returns:
        The name of the project to apply the action to.
      • recipeStep

        public final RecipeStep recipeStep()
        Returns the value of the RecipeStep property for this object.
        Returns:
        The value of the RecipeStep property for this object.
      • stepIndex

        public final Integer stepIndex()

        The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.

        Returns:
        The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.
      • clientSessionId

        public final String clientSessionId()

        A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.

        Returns:
        A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.
      • viewFrame

        public final ViewFrame viewFrame()
        Returns the value of the ViewFrame property for this object.
        Returns:
        The value of the ViewFrame property for this 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