Uses of Class
com.boldsign.model.DocumentSigner.LocaleEnum
-
Packages that use DocumentSigner.LocaleEnum Package Description com.boldsign.model -
-
Uses of DocumentSigner.LocaleEnum in com.boldsign.model
Methods in com.boldsign.model that return DocumentSigner.LocaleEnum Modifier and Type Method Description static DocumentSigner.LocaleEnumDocumentSigner.LocaleEnum. fromValue(String value)DocumentSigner.LocaleEnumDocumentSigner. getLocale()Get localeDocumentSigner.LocaleEnumDocumentSigner.LocaleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentSigner.LocaleEnumDocumentSigner.LocaleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentSigner.LocaleEnum[]DocumentSigner.LocaleEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.boldsign.model with parameters of type DocumentSigner.LocaleEnum Modifier and Type Method Description DocumentSignerDocumentSigner. locale(DocumentSigner.LocaleEnum locale)voidDocumentSigner. setLocale(DocumentSigner.LocaleEnum locale)voidDocumentSigner.LocaleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentSigner.LocaleEnum enumeration)
-