Uses of Class
com.boldsign.model.DocumentReassign
-
Packages that use DocumentReassign Package Description com.boldsign.model -
-
Uses of DocumentReassign in com.boldsign.model
Methods in com.boldsign.model that return DocumentReassign Modifier and Type Method Description static DocumentReassignDocumentReassign. fromJson(String jsonString)Create an instance of DocumentReassign given an JSON stringDocumentReassignDocumentReassign. message(String message)DocumentReassignDocumentReassign. order(Integer order)DocumentReassignDocumentReassign. signerEmail(String signerEmail)Methods in com.boldsign.model that return types with arguments of type DocumentReassign Modifier and Type Method Description List<DocumentReassign>DocumentProperties. getReassign()Get reassignMethods in com.boldsign.model with parameters of type DocumentReassign Modifier and Type Method Description DocumentPropertiesDocumentProperties. addReassignItem(DocumentReassign reassignItem)Method parameters in com.boldsign.model with type arguments of type DocumentReassign Modifier and Type Method Description DocumentPropertiesDocumentProperties. reassign(List<DocumentReassign> reassign)voidDocumentProperties. setReassign(List<DocumentReassign> reassign)
-