Uses of Class
com.boldsign.model.EditDocumentRequest.AllowedSignatureTypesEnum
-
Packages that use EditDocumentRequest.AllowedSignatureTypesEnum Package Description com.boldsign.model -
-
Uses of EditDocumentRequest.AllowedSignatureTypesEnum in com.boldsign.model
Methods in com.boldsign.model that return EditDocumentRequest.AllowedSignatureTypesEnum Modifier and Type Method Description static EditDocumentRequest.AllowedSignatureTypesEnumEditDocumentRequest.AllowedSignatureTypesEnum. fromValue(String value)EditDocumentRequest.AllowedSignatureTypesEnumEditDocumentRequest.AllowedSignatureTypesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static EditDocumentRequest.AllowedSignatureTypesEnumEditDocumentRequest.AllowedSignatureTypesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EditDocumentRequest.AllowedSignatureTypesEnum[]EditDocumentRequest.AllowedSignatureTypesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.boldsign.model that return types with arguments of type EditDocumentRequest.AllowedSignatureTypesEnum Modifier and Type Method Description List<EditDocumentRequest.AllowedSignatureTypesEnum>EditDocumentRequest. getAllowedSignatureTypes()Get allowedSignatureTypesMethods in com.boldsign.model with parameters of type EditDocumentRequest.AllowedSignatureTypesEnum Modifier and Type Method Description EditDocumentRequestEditDocumentRequest. addAllowedSignatureTypesItem(EditDocumentRequest.AllowedSignatureTypesEnum allowedSignatureTypesItem)voidEditDocumentRequest.AllowedSignatureTypesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, EditDocumentRequest.AllowedSignatureTypesEnum enumeration)Method parameters in com.boldsign.model with type arguments of type EditDocumentRequest.AllowedSignatureTypesEnum Modifier and Type Method Description EditDocumentRequestEditDocumentRequest. allowedSignatureTypes(List<EditDocumentRequest.AllowedSignatureTypesEnum> allowedSignatureTypes)voidEditDocumentRequest. setAllowedSignatureTypes(List<EditDocumentRequest.AllowedSignatureTypesEnum> allowedSignatureTypes)
-