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