Uses of Record Class
it.auties.whatsapp.registration.HttpRegistration.ExistsResponse
Packages that use HttpRegistration.ExistsResponse
-
Uses of HttpRegistration.ExistsResponse in it.auties.whatsapp.registration
Methods in it.auties.whatsapp.registration that return types with arguments of type HttpRegistration.ExistsResponseModifier and TypeMethodDescriptionHttpRegistration.exists()HttpRegistration.exists(String pushToken, VerificationCodeError lastError) Methods in it.auties.whatsapp.registration with parameters of type HttpRegistration.ExistsResponseModifier and TypeMethodDescriptionHttpRegistration.getRequestVerificationCodeParameters(HttpRegistration.ExistsResponse existsResponse) private CompletionStage<Void> HttpRegistration.onCodeRequestSent(HttpRegistration.ExistsResponse existsResponse, VerificationCodeError lastError, HttpResponse<String> result) private CompletableFuture<Void> HttpRegistration.requestVerificationCode(HttpRegistration.ExistsResponse existsResponse, VerificationCodeError lastError)