Uses of Class
com.boldsign.model.Removed
-
Packages that use Removed Package Description com.boldsign.model -
-
Uses of Removed in com.boldsign.model
Methods in com.boldsign.model that return Removed Modifier and Type Method Description static RemovedRemoved. fromJson(String jsonString)Create an instance of Removed given an JSON stringRemovedRemoved. signerEmail(String signerEmail)RemovedRemoved. signerName(String signerName)RemovedRemoved. signerPhoneNumber(String signerPhoneNumber)Methods in com.boldsign.model that return types with arguments of type Removed Modifier and Type Method Description List<Removed>RecipientChangeLog. getRemoved()Get removedMethods in com.boldsign.model with parameters of type Removed Modifier and Type Method Description RecipientChangeLogRecipientChangeLog. addRemovedItem(Removed removedItem)Method parameters in com.boldsign.model with type arguments of type Removed Modifier and Type Method Description RecipientChangeLogRecipientChangeLog. removed(List<Removed> removed)voidRecipientChangeLog. setRemoved(List<Removed> removed)
-