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