![JAR search and dependency download from the Maven repository](/logo.png)
com.docusign.maestro.model.DSLoopStep Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docusign-maestro-java Show documentation
Show all versions of docusign-maestro-java Show documentation
The Docusign NuGet package makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-maestro-csharp-client repository.
package com.docusign.maestro.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.v3.oas.annotations.media.Schema;
import java.io.Serializable;
import java.util.Objects;
/** DSLoopStep. */
public class DSLoopStep implements Serializable {
private static final long serialVersionUID = 1L;
@JsonProperty("expression")
private DSWorkflowComparisonExpression expression = null;
@JsonProperty("id")
private String id = null;
@JsonProperty("loopSteps")
private java.util.List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy