Class ParticipantSetInfo
- java.lang.Object
-
- com.adobe.aem.adobesign.recipient.ParticipantSetInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class ParticipantSetInfo extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParticipantSetInfo()
Default Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ParticipantInfo>
getMembers()
void
setMembers(java.util.List<ParticipantInfo> members)
-
-
-
Method Detail
-
getMembers
public java.util.List<ParticipantInfo> getMembers()
- Returns:
- the members
-
setMembers
public void setMembers(java.util.List<ParticipantInfo> members)
- Parameters:
members
- the members to set
-
-