Uses of Class
com.boldsign.model.RemoveAuthentication
-
Packages that use RemoveAuthentication Package Description com.boldsign.api com.boldsign.model -
-
Uses of RemoveAuthentication in com.boldsign.api
Methods in com.boldsign.api with parameters of type RemoveAuthentication Modifier and Type Method Description voidDocumentApi. removeAuthentication(String documentId, RemoveAuthentication removeAuthentication)Remove the access code for the given document signer.okhttp3.CallDocumentApi. removeAuthenticationAsync(String documentId, RemoveAuthentication removeAuthentication, ApiCallback<Void> _callback)Remove the access code for the given document signer.okhttp3.CallDocumentApi. removeAuthenticationCall(String documentId, RemoveAuthentication removeAuthentication, ApiCallback _callback)Build call for removeAuthenticationApiResponse<Void>DocumentApi. removeAuthenticationWithHttpInfo(String documentId, RemoveAuthentication removeAuthentication)Remove the access code for the given document signer. -
Uses of RemoveAuthentication in com.boldsign.model
Methods in com.boldsign.model that return RemoveAuthentication Modifier and Type Method Description RemoveAuthenticationRemoveAuthentication. emailId(String emailId)static RemoveAuthenticationRemoveAuthentication. fromJson(String jsonString)Create an instance of RemoveAuthentication given an JSON stringRemoveAuthenticationRemoveAuthentication. onBehalfOf(String onBehalfOf)RemoveAuthenticationRemoveAuthentication. phoneNumber(PhoneNumber phoneNumber)RemoveAuthenticationRemoveAuthentication. zOrder(Integer zOrder)
-