Index
All Classes and Interfaces|All Packages
B
- BaseRequest - Class in com.rubensgomes.reqresp
-
Base Request Object
- BaseRequest() - Constructor for class com.rubensgomes.reqresp.BaseRequest
-
No args constructor for use in serialization
- BaseRequest(String, String, BaseRequest.ProfileType) - Constructor for class com.rubensgomes.reqresp.BaseRequest
- BaseRequest.BaseRequestBuilder - Class in com.rubensgomes.reqresp
- BaseRequest.BaseRequestBuilderBase<T extends BaseRequest> - Class in com.rubensgomes.reqresp
- BaseRequest.ProfileType - Enum Class in com.rubensgomes.reqresp
-
The environment profile the request is running under.
- BaseRequestBuilder() - Constructor for class com.rubensgomes.reqresp.BaseRequest.BaseRequestBuilder
- BaseRequestBuilder(String, String, BaseRequest.ProfileType) - Constructor for class com.rubensgomes.reqresp.BaseRequest.BaseRequestBuilder
- BaseRequestBuilderBase() - Constructor for class com.rubensgomes.reqresp.BaseRequest.BaseRequestBuilderBase
- BaseRequestBuilderBase(String, String, BaseRequest.ProfileType) - Constructor for class com.rubensgomes.reqresp.BaseRequest.BaseRequestBuilderBase
- BaseResponse - Class in com.rubensgomes.reqresp
-
Base Response Object
- BaseResponse() - Constructor for class com.rubensgomes.reqresp.BaseResponse
-
No args constructor for use in serialization
- BaseResponse(String, String, BaseResponse.ResponseStatus, List<Error>) - Constructor for class com.rubensgomes.reqresp.BaseResponse
- BaseResponse.BaseResponseBuilder - Class in com.rubensgomes.reqresp
- BaseResponse.BaseResponseBuilderBase<T extends BaseResponse> - Class in com.rubensgomes.reqresp
- BaseResponse.ResponseStatus - Enum Class in com.rubensgomes.reqresp
-
The status of the response.
- BaseResponseBuilder() - Constructor for class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilder
- BaseResponseBuilder(String, String, BaseResponse.ResponseStatus, List<Error>) - Constructor for class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilder
- BaseResponseBuilderBase() - Constructor for class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilderBase
- BaseResponseBuilderBase(String, String, BaseResponse.ResponseStatus, List<Error>) - Constructor for class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilderBase
- build() - Method in class com.rubensgomes.reqresp.BaseRequest.BaseRequestBuilderBase
- build() - Method in class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilderBase
- build() - Method in class com.rubensgomes.reqresp.Error.ErrorBuilderBase
- builder() - Static method in class com.rubensgomes.reqresp.BaseRequest
- builder() - Static method in class com.rubensgomes.reqresp.BaseResponse
- builder() - Static method in class com.rubensgomes.reqresp.Error
C
- com.rubensgomes.reqresp - package com.rubensgomes.reqresp
D
- DEV - Enum constant in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
E
- equals(Object) - Method in class com.rubensgomes.reqresp.BaseRequest
- equals(Object) - Method in class com.rubensgomes.reqresp.BaseResponse
- equals(Object) - Method in class com.rubensgomes.reqresp.Error
- Error - Class in com.rubensgomes.reqresp
-
Error Object
- Error() - Constructor for class com.rubensgomes.reqresp.Error
-
No args constructor for use in serialization
- Error(String, Integer, String, String) - Constructor for class com.rubensgomes.reqresp.Error
- Error.ErrorBuilder - Class in com.rubensgomes.reqresp
- Error.ErrorBuilderBase<T extends Error> - Class in com.rubensgomes.reqresp
- ErrorBuilder() - Constructor for class com.rubensgomes.reqresp.Error.ErrorBuilder
- ErrorBuilder(String, Integer, String, String) - Constructor for class com.rubensgomes.reqresp.Error.ErrorBuilder
- ErrorBuilderBase() - Constructor for class com.rubensgomes.reqresp.Error.ErrorBuilderBase
- ErrorBuilderBase(String, Integer, String, String) - Constructor for class com.rubensgomes.reqresp.Error.ErrorBuilderBase
F
- FAILED - Enum constant in enum class com.rubensgomes.reqresp.BaseResponse.ResponseStatus
- fromValue(String) - Static method in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
- fromValue(String) - Static method in enum class com.rubensgomes.reqresp.BaseResponse.ResponseStatus
G
- getAdditionalProperties() - Method in class com.rubensgomes.reqresp.BaseRequest
- getAdditionalProperties() - Method in class com.rubensgomes.reqresp.BaseResponse
- getAdditionalProperties() - Method in class com.rubensgomes.reqresp.Error
- getClientId() - Method in class com.rubensgomes.reqresp.BaseRequest
-
The application client Id.
- getClientId() - Method in class com.rubensgomes.reqresp.BaseResponse
-
The application client Id.
- getCorrelationId() - Method in class com.rubensgomes.reqresp.BaseResponse
-
A text to correlate the request across the system.
- getError() - Method in class com.rubensgomes.reqresp.BaseResponse
-
The list of errors.
- getErrorCode() - Method in class com.rubensgomes.reqresp.Error
-
The error code.
- getErrorDescription() - Method in class com.rubensgomes.reqresp.Error
-
The error code description.
- getErrorMessage() - Method in class com.rubensgomes.reqresp.Error
-
The general error message.
- getErrorNativeMessage() - Method in class com.rubensgomes.reqresp.Error
-
The root cause error message.
- getProfileType() - Method in class com.rubensgomes.reqresp.BaseRequest
-
The environment profile the request is running under.
- getResponseStatus() - Method in class com.rubensgomes.reqresp.BaseResponse
-
The status of the response.
- getTransactionId() - Method in class com.rubensgomes.reqresp.BaseRequest
-
A unique text usually created at the end point of the system (e.g., north bound API end point.) This transactionId serves to correlate all the requests/responses within the system to that transaction Id.
H
- hashCode() - Method in class com.rubensgomes.reqresp.BaseRequest
- hashCode() - Method in class com.rubensgomes.reqresp.BaseResponse
- hashCode() - Method in class com.rubensgomes.reqresp.Error
I
- instance - Variable in class com.rubensgomes.reqresp.BaseRequest.BaseRequestBuilderBase
- instance - Variable in class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilderBase
- instance - Variable in class com.rubensgomes.reqresp.Error.ErrorBuilderBase
L
- LOAD - Enum constant in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
- LOCAL - Enum constant in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
P
- PARTIAL - Enum constant in enum class com.rubensgomes.reqresp.BaseResponse.ResponseStatus
- PROD - Enum constant in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
Q
- QA - Enum constant in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
S
- setAdditionalProperty(String, Object) - Method in class com.rubensgomes.reqresp.BaseRequest
- setAdditionalProperty(String, Object) - Method in class com.rubensgomes.reqresp.BaseResponse
- setAdditionalProperty(String, Object) - Method in class com.rubensgomes.reqresp.Error
- setClientId(String) - Method in class com.rubensgomes.reqresp.BaseRequest
-
The application client Id.
- setClientId(String) - Method in class com.rubensgomes.reqresp.BaseResponse
-
The application client Id.
- setCorrelationId(String) - Method in class com.rubensgomes.reqresp.BaseResponse
-
A text to correlate the request across the system.
- setError(List<Error>) - Method in class com.rubensgomes.reqresp.BaseResponse
-
The list of errors.
- setErrorCode(Integer) - Method in class com.rubensgomes.reqresp.Error
-
The error code.
- setErrorDescription(String) - Method in class com.rubensgomes.reqresp.Error
-
The error code description.
- setErrorMessage(String) - Method in class com.rubensgomes.reqresp.Error
-
The general error message.
- setErrorNativeMessage(String) - Method in class com.rubensgomes.reqresp.Error
-
The root cause error message.
- setProfileType(BaseRequest.ProfileType) - Method in class com.rubensgomes.reqresp.BaseRequest
-
The environment profile the request is running under.
- setResponseStatus(BaseResponse.ResponseStatus) - Method in class com.rubensgomes.reqresp.BaseResponse
-
The status of the response.
- setTransactionId(String) - Method in class com.rubensgomes.reqresp.BaseRequest
-
A unique text usually created at the end point of the system (e.g., north bound API end point.) This transactionId serves to correlate all the requests/responses within the system to that transaction Id.
- STAGE - Enum constant in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
- SUCCESS - Enum constant in enum class com.rubensgomes.reqresp.BaseResponse.ResponseStatus
T
- toString() - Method in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
- toString() - Method in class com.rubensgomes.reqresp.BaseRequest
- toString() - Method in enum class com.rubensgomes.reqresp.BaseResponse.ResponseStatus
- toString() - Method in class com.rubensgomes.reqresp.BaseResponse
- toString() - Method in class com.rubensgomes.reqresp.Error
U
- UNPROCESSED - Enum constant in enum class com.rubensgomes.reqresp.BaseResponse.ResponseStatus
V
- value() - Method in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
- value() - Method in enum class com.rubensgomes.reqresp.BaseResponse.ResponseStatus
- valueOf(String) - Static method in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.rubensgomes.reqresp.BaseResponse.ResponseStatus
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.rubensgomes.reqresp.BaseRequest.ProfileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.rubensgomes.reqresp.BaseResponse.ResponseStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withAdditionalProperty(String, Object) - Method in class com.rubensgomes.reqresp.BaseRequest.BaseRequestBuilderBase
- withAdditionalProperty(String, Object) - Method in class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilderBase
- withAdditionalProperty(String, Object) - Method in class com.rubensgomes.reqresp.Error.ErrorBuilderBase
- withClientId(String) - Method in class com.rubensgomes.reqresp.BaseRequest.BaseRequestBuilderBase
- withClientId(String) - Method in class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilderBase
- withCorrelationId(String) - Method in class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilderBase
- withError(List<Error>) - Method in class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilderBase
- withErrorCode(Integer) - Method in class com.rubensgomes.reqresp.Error.ErrorBuilderBase
- withErrorDescription(String) - Method in class com.rubensgomes.reqresp.Error.ErrorBuilderBase
- withErrorMessage(String) - Method in class com.rubensgomes.reqresp.Error.ErrorBuilderBase
- withErrorNativeMessage(String) - Method in class com.rubensgomes.reqresp.Error.ErrorBuilderBase
- withProfileType(BaseRequest.ProfileType) - Method in class com.rubensgomes.reqresp.BaseRequest.BaseRequestBuilderBase
- withResponseStatus(BaseResponse.ResponseStatus) - Method in class com.rubensgomes.reqresp.BaseResponse.BaseResponseBuilderBase
- withTransactionId(String) - Method in class com.rubensgomes.reqresp.BaseRequest.BaseRequestBuilderBase
All Classes and Interfaces|All Packages