public class EnvelopeIdsRequest extends Object
Constructor and Description |
---|
EnvelopeIdsRequest() |
Modifier and Type | Method and Description |
---|---|
EnvelopeIdsRequest |
addEnvelopeIdsItem(String envelopeIdsItem) |
EnvelopeIdsRequest |
addTransactionIdsItem(String transactionIdsItem) |
EnvelopeIdsRequest |
envelopeIds(List<String> envelopeIds) |
boolean |
equals(Object o) |
List<String> |
getEnvelopeIds() |
List<String> |
getTransactionIds()
A list of transaction Id's used to determining the status of envelopes sent asynchronously.
|
int |
hashCode() |
void |
setEnvelopeIds(List<String> envelopeIds) |
void |
setTransactionIds(List<String> transactionIds) |
String |
toString() |
EnvelopeIdsRequest |
transactionIds(List<String> transactionIds) |
public EnvelopeIdsRequest envelopeIds(List<String> envelopeIds)
public EnvelopeIdsRequest addEnvelopeIdsItem(String envelopeIdsItem)
public EnvelopeIdsRequest transactionIds(List<String> transactionIds)
public EnvelopeIdsRequest addTransactionIdsItem(String transactionIdsItem)
public List<String> getTransactionIds()
Copyright © 2021. All rights reserved.