Uses of Class
com.boldsign.model.Added
-
Packages that use Added Package Description com.boldsign.model -
-
Uses of Added in com.boldsign.model
Methods in com.boldsign.model that return Added Modifier and Type Method Description static AddedAdded. fromJson(String jsonString)Create an instance of Added given an JSON stringAddedAdded. signerEmail(String signerEmail)AddedAdded. signerName(String signerName)AddedAdded. signerPhoneNumber(String signerPhoneNumber)Methods in com.boldsign.model that return types with arguments of type Added Modifier and Type Method Description List<Added>RecipientChangeLog. getAdded()Get addedMethods in com.boldsign.model with parameters of type Added Modifier and Type Method Description RecipientChangeLogRecipientChangeLog. addAddedItem(Added addedItem)Method parameters in com.boldsign.model with type arguments of type Added Modifier and Type Method Description RecipientChangeLogRecipientChangeLog. added(List<Added> added)voidRecipientChangeLog. setAdded(List<Added> added)
-