Uses of Class
com.boldsign.model.DocumentSignerDetails.LocaleEnum
-
Packages that use DocumentSignerDetails.LocaleEnum Package Description com.boldsign.model -
-
Uses of DocumentSignerDetails.LocaleEnum in com.boldsign.model
Methods in com.boldsign.model that return DocumentSignerDetails.LocaleEnum Modifier and Type Method Description static DocumentSignerDetails.LocaleEnumDocumentSignerDetails.LocaleEnum. fromValue(String value)DocumentSignerDetails.LocaleEnumDocumentSignerDetails. getLocale()Get localeDocumentSignerDetails.LocaleEnumDocumentSignerDetails.LocaleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentSignerDetails.LocaleEnumDocumentSignerDetails.LocaleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentSignerDetails.LocaleEnum[]DocumentSignerDetails.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 DocumentSignerDetails.LocaleEnum Modifier and Type Method Description DocumentSignerDetailsDocumentSignerDetails. locale(DocumentSignerDetails.LocaleEnum locale)voidDocumentSignerDetails. setLocale(DocumentSignerDetails.LocaleEnum locale)voidDocumentSignerDetails.LocaleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentSignerDetails.LocaleEnum enumeration)
-