Uses of Class
com.boldsign.model.EmbeddedDocumentRequest.AllowedSignatureTypesEnum
-
Packages that use EmbeddedDocumentRequest.AllowedSignatureTypesEnum Package Description com.boldsign.model -
-
Uses of EmbeddedDocumentRequest.AllowedSignatureTypesEnum in com.boldsign.model
Methods in com.boldsign.model that return EmbeddedDocumentRequest.AllowedSignatureTypesEnum Modifier and Type Method Description static EmbeddedDocumentRequest.AllowedSignatureTypesEnumEmbeddedDocumentRequest.AllowedSignatureTypesEnum. fromValue(String value)EmbeddedDocumentRequest.AllowedSignatureTypesEnumEmbeddedDocumentRequest.AllowedSignatureTypesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static EmbeddedDocumentRequest.AllowedSignatureTypesEnumEmbeddedDocumentRequest.AllowedSignatureTypesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedDocumentRequest.AllowedSignatureTypesEnum[]EmbeddedDocumentRequest.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 EmbeddedDocumentRequest.AllowedSignatureTypesEnum Modifier and Type Method Description List<EmbeddedDocumentRequest.AllowedSignatureTypesEnum>EmbeddedDocumentRequest. getAllowedSignatureTypes()Get allowedSignatureTypesMethods in com.boldsign.model with parameters of type EmbeddedDocumentRequest.AllowedSignatureTypesEnum Modifier and Type Method Description EmbeddedDocumentRequestEmbeddedDocumentRequest. addAllowedSignatureTypesItem(EmbeddedDocumentRequest.AllowedSignatureTypesEnum allowedSignatureTypesItem)voidEmbeddedDocumentRequest.AllowedSignatureTypesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, EmbeddedDocumentRequest.AllowedSignatureTypesEnum enumeration)Method parameters in com.boldsign.model with type arguments of type EmbeddedDocumentRequest.AllowedSignatureTypesEnum Modifier and Type Method Description EmbeddedDocumentRequestEmbeddedDocumentRequest. allowedSignatureTypes(List<EmbeddedDocumentRequest.AllowedSignatureTypesEnum> allowedSignatureTypes)voidEmbeddedDocumentRequest. setAllowedSignatureTypes(List<EmbeddedDocumentRequest.AllowedSignatureTypesEnum> allowedSignatureTypes)
-