Uses of Record Class
it.auties.whatsapp.model.response.RegistrationResponse
Packages that use RegistrationResponse
-
Uses of RegistrationResponse in it.auties.whatsapp.api
Fields in it.auties.whatsapp.api with type parameters of type RegistrationResponseModifier and TypeFieldDescriptionprivate final Optional<RegistrationResponse> MobileRegistrationBuilder.RegisteredResult.responseThe field for theresponserecord component.private final Optional<RegistrationResponse> MobileRegistrationBuilder.UnverifiedResult.responseThe field for theresponserecord component.Methods in it.auties.whatsapp.api that return types with arguments of type RegistrationResponseModifier and TypeMethodDescriptionMobileRegistrationBuilder.RegisteredResult.response()Returns the value of theresponserecord component.MobileRegistrationBuilder.UnverifiedResult.response()Returns the value of theresponserecord component.Constructor parameters in it.auties.whatsapp.api with type arguments of type RegistrationResponseModifierConstructorDescriptionRegisteredResult(Whatsapp whatsapp, Optional<RegistrationResponse> response) Creates an instance of aRegisteredResultrecord class.UnverifiedResult(MobileRegistrationBuilder.Unverified unverified, Optional<RegistrationResponse> response) Creates an instance of aUnverifiedResultrecord class. -
Uses of RegistrationResponse in it.auties.whatsapp.exception
Fields in it.auties.whatsapp.exception declared as RegistrationResponseModifier and TypeFieldDescriptionprivate final RegistrationResponseRegistrationException.erroneousResponseMethods in it.auties.whatsapp.exception that return types with arguments of type RegistrationResponseConstructors in it.auties.whatsapp.exception with parameters of type RegistrationResponseModifierConstructorDescriptionRegistrationException(RegistrationResponse erroneousResponse, String message)