Uses of Class
com.boldsign.model.DocumentSigner.AuthenticationTypeEnum
-
Packages that use DocumentSigner.AuthenticationTypeEnum Package Description com.boldsign.model -
-
Uses of DocumentSigner.AuthenticationTypeEnum in com.boldsign.model
Methods in com.boldsign.model that return DocumentSigner.AuthenticationTypeEnum Modifier and Type Method Description static DocumentSigner.AuthenticationTypeEnumDocumentSigner.AuthenticationTypeEnum. fromValue(String value)DocumentSigner.AuthenticationTypeEnumDocumentSigner. getAuthenticationType()Get authenticationTypeDocumentSigner.AuthenticationTypeEnumDocumentSigner.AuthenticationTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentSigner.AuthenticationTypeEnumDocumentSigner.AuthenticationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentSigner.AuthenticationTypeEnum[]DocumentSigner.AuthenticationTypeEnum. 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.AuthenticationTypeEnum Modifier and Type Method Description DocumentSignerDocumentSigner. authenticationType(DocumentSigner.AuthenticationTypeEnum authenticationType)voidDocumentSigner. setAuthenticationType(DocumentSigner.AuthenticationTypeEnum authenticationType)voidDocumentSigner.AuthenticationTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentSigner.AuthenticationTypeEnum enumeration)
-