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