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