Uses of Class
com.boldsign.model.ViewBrandDetails.EmailSignedDocumentEnum
-
Packages that use ViewBrandDetails.EmailSignedDocumentEnum Package Description com.boldsign.model -
-
Uses of ViewBrandDetails.EmailSignedDocumentEnum in com.boldsign.model
Methods in com.boldsign.model that return ViewBrandDetails.EmailSignedDocumentEnum Modifier and Type Method Description static ViewBrandDetails.EmailSignedDocumentEnumViewBrandDetails.EmailSignedDocumentEnum. fromValue(String value)ViewBrandDetails.EmailSignedDocumentEnumViewBrandDetails. getEmailSignedDocument()Get emailSignedDocumentViewBrandDetails.EmailSignedDocumentEnumViewBrandDetails.EmailSignedDocumentEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ViewBrandDetails.EmailSignedDocumentEnumViewBrandDetails.EmailSignedDocumentEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewBrandDetails.EmailSignedDocumentEnum[]ViewBrandDetails.EmailSignedDocumentEnum. 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 ViewBrandDetails.EmailSignedDocumentEnum Modifier and Type Method Description ViewBrandDetailsViewBrandDetails. emailSignedDocument(ViewBrandDetails.EmailSignedDocumentEnum emailSignedDocument)voidViewBrandDetails. setEmailSignedDocument(ViewBrandDetails.EmailSignedDocumentEnum emailSignedDocument)voidViewBrandDetails.EmailSignedDocumentEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ViewBrandDetails.EmailSignedDocumentEnum enumeration)
-