Uses of Record Class
it.auties.whatsapp.model.response.VerificationCodeResponse
Packages that use VerificationCodeResponse
-
Uses of VerificationCodeResponse in it.auties.whatsapp.exception
Fields in it.auties.whatsapp.exception declared as VerificationCodeResponseModifier and TypeFieldDescriptionprivate final VerificationCodeResponseRegistrationException.erroneousResponseMethods in it.auties.whatsapp.exception that return types with arguments of type VerificationCodeResponseConstructors in it.auties.whatsapp.exception with parameters of type VerificationCodeResponseModifierConstructorDescriptionRegistrationException(VerificationCodeResponse erroneousResponse, String message) -
Uses of VerificationCodeResponse in it.auties.whatsapp.registration
Fields in it.auties.whatsapp.registration declared as VerificationCodeResponseModifier and TypeFieldDescriptionprivate final VerificationCodeResponseHttpRegistration.ExistsResponse.dataThe field for thedatarecord component.Methods in it.auties.whatsapp.registration that return VerificationCodeResponseModifier and TypeMethodDescriptionHttpRegistration.ExistsResponse.data()Returns the value of thedatarecord component.Constructors in it.auties.whatsapp.registration with parameters of type VerificationCodeResponseModifierConstructorDescriptionprivateExistsResponse(String pushCode, VerificationCodeResponse data) Creates an instance of aExistsResponserecord class.