Index

B C D E F G H I L P Q S T U V W 
All Classes and Interfaces|All Packages

B

BaseRequest - Class in com.rubensgomes.base.reqresp
Base Request Object
BaseRequest() - Constructor for class com.rubensgomes.base.reqresp.BaseRequest
No args constructor for use in serialization
BaseRequest(String, String, BaseRequest.ProfileType) - Constructor for class com.rubensgomes.base.reqresp.BaseRequest
 
BaseRequest.BaseRequestBuilder - Class in com.rubensgomes.base.reqresp
 
BaseRequest.BaseRequestBuilderBase<T extends BaseRequest> - Class in com.rubensgomes.base.reqresp
 
BaseRequest.ProfileType - Enum Class in com.rubensgomes.base.reqresp
The environment profile the request is running under.
BaseRequestBuilder() - Constructor for class com.rubensgomes.base.reqresp.BaseRequest.BaseRequestBuilder
 
BaseRequestBuilder(String, String, BaseRequest.ProfileType) - Constructor for class com.rubensgomes.base.reqresp.BaseRequest.BaseRequestBuilder
 
BaseRequestBuilderBase() - Constructor for class com.rubensgomes.base.reqresp.BaseRequest.BaseRequestBuilderBase
 
BaseRequestBuilderBase(String, String, BaseRequest.ProfileType) - Constructor for class com.rubensgomes.base.reqresp.BaseRequest.BaseRequestBuilderBase
 
BaseResponse - Class in com.rubensgomes.base.reqresp
Base Response Object
BaseResponse() - Constructor for class com.rubensgomes.base.reqresp.BaseResponse
No args constructor for use in serialization
BaseResponse(String, String, BaseResponse.ResponseStatus, List<Error>) - Constructor for class com.rubensgomes.base.reqresp.BaseResponse
 
BaseResponse.BaseResponseBuilder - Class in com.rubensgomes.base.reqresp
 
BaseResponse.BaseResponseBuilderBase<T extends BaseResponse> - Class in com.rubensgomes.base.reqresp
 
BaseResponse.ResponseStatus - Enum Class in com.rubensgomes.base.reqresp
The status of the response.
BaseResponseBuilder() - Constructor for class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilder
 
BaseResponseBuilder(String, String, BaseResponse.ResponseStatus, List<Error>) - Constructor for class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilder
 
BaseResponseBuilderBase() - Constructor for class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilderBase
 
BaseResponseBuilderBase(String, String, BaseResponse.ResponseStatus, List<Error>) - Constructor for class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilderBase
 
build() - Method in class com.rubensgomes.base.reqresp.BaseRequest.BaseRequestBuilderBase
 
build() - Method in class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilderBase
 
build() - Method in class com.rubensgomes.base.reqresp.Error.ErrorBuilderBase
 
builder() - Static method in class com.rubensgomes.base.reqresp.BaseRequest
 
builder() - Static method in class com.rubensgomes.base.reqresp.BaseResponse
 
builder() - Static method in class com.rubensgomes.base.reqresp.Error
 

C

com.rubensgomes.base.reqresp - package com.rubensgomes.base.reqresp
 

D

DEV - Enum constant in enum class com.rubensgomes.base.reqresp.BaseRequest.ProfileType
 

E

equals(Object) - Method in class com.rubensgomes.base.reqresp.BaseRequest
 
equals(Object) - Method in class com.rubensgomes.base.reqresp.BaseResponse
 
equals(Object) - Method in class com.rubensgomes.base.reqresp.Error
 
Error - Class in com.rubensgomes.base.reqresp
Error Object
Error() - Constructor for class com.rubensgomes.base.reqresp.Error
No args constructor for use in serialization
Error(String, Integer, String, String) - Constructor for class com.rubensgomes.base.reqresp.Error
 
Error.ErrorBuilder - Class in com.rubensgomes.base.reqresp
 
Error.ErrorBuilderBase<T extends Error> - Class in com.rubensgomes.base.reqresp
 
ErrorBuilder() - Constructor for class com.rubensgomes.base.reqresp.Error.ErrorBuilder
 
ErrorBuilder(String, Integer, String, String) - Constructor for class com.rubensgomes.base.reqresp.Error.ErrorBuilder
 
ErrorBuilderBase() - Constructor for class com.rubensgomes.base.reqresp.Error.ErrorBuilderBase
 
ErrorBuilderBase(String, Integer, String, String) - Constructor for class com.rubensgomes.base.reqresp.Error.ErrorBuilderBase
 

F

FAILED - Enum constant in enum class com.rubensgomes.base.reqresp.BaseResponse.ResponseStatus
 
fromValue(String) - Static method in enum class com.rubensgomes.base.reqresp.BaseRequest.ProfileType
 
fromValue(String) - Static method in enum class com.rubensgomes.base.reqresp.BaseResponse.ResponseStatus
 

G

getAdditionalProperties() - Method in class com.rubensgomes.base.reqresp.BaseRequest
 
getAdditionalProperties() - Method in class com.rubensgomes.base.reqresp.BaseResponse
 
getAdditionalProperties() - Method in class com.rubensgomes.base.reqresp.Error
 
getClientId() - Method in class com.rubensgomes.base.reqresp.BaseRequest
The application client Id.
getClientId() - Method in class com.rubensgomes.base.reqresp.BaseResponse
The application client Id.
getCorrelationId() - Method in class com.rubensgomes.base.reqresp.BaseResponse
A text to correlate the request across the system.
getError() - Method in class com.rubensgomes.base.reqresp.BaseResponse
The list of errors.
getErrorCode() - Method in class com.rubensgomes.base.reqresp.Error
The error code.
getErrorDescription() - Method in class com.rubensgomes.base.reqresp.Error
The error code description.
getErrorMessage() - Method in class com.rubensgomes.base.reqresp.Error
The general error message.
getErrorNativeMessage() - Method in class com.rubensgomes.base.reqresp.Error
The root cause error message.
getProfileType() - Method in class com.rubensgomes.base.reqresp.BaseRequest
The environment profile the request is running under.
getResponseStatus() - Method in class com.rubensgomes.base.reqresp.BaseResponse
The status of the response.
getTransactionId() - Method in class com.rubensgomes.base.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.base.reqresp.BaseRequest
 
hashCode() - Method in class com.rubensgomes.base.reqresp.BaseResponse
 
hashCode() - Method in class com.rubensgomes.base.reqresp.Error
 

I

instance - Variable in class com.rubensgomes.base.reqresp.BaseRequest.BaseRequestBuilderBase
 
instance - Variable in class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilderBase
 
instance - Variable in class com.rubensgomes.base.reqresp.Error.ErrorBuilderBase
 

L

LOAD - Enum constant in enum class com.rubensgomes.base.reqresp.BaseRequest.ProfileType
 
LOCAL - Enum constant in enum class com.rubensgomes.base.reqresp.BaseRequest.ProfileType
 

P

PARTIAL - Enum constant in enum class com.rubensgomes.base.reqresp.BaseResponse.ResponseStatus
 
PROD - Enum constant in enum class com.rubensgomes.base.reqresp.BaseRequest.ProfileType
 

Q

QA - Enum constant in enum class com.rubensgomes.base.reqresp.BaseRequest.ProfileType
 

S

setAdditionalProperty(String, Object) - Method in class com.rubensgomes.base.reqresp.BaseRequest
 
setAdditionalProperty(String, Object) - Method in class com.rubensgomes.base.reqresp.BaseResponse
 
setAdditionalProperty(String, Object) - Method in class com.rubensgomes.base.reqresp.Error
 
setClientId(String) - Method in class com.rubensgomes.base.reqresp.BaseRequest
The application client Id.
setClientId(String) - Method in class com.rubensgomes.base.reqresp.BaseResponse
The application client Id.
setCorrelationId(String) - Method in class com.rubensgomes.base.reqresp.BaseResponse
A text to correlate the request across the system.
setError(List<Error>) - Method in class com.rubensgomes.base.reqresp.BaseResponse
The list of errors.
setErrorCode(Integer) - Method in class com.rubensgomes.base.reqresp.Error
The error code.
setErrorDescription(String) - Method in class com.rubensgomes.base.reqresp.Error
The error code description.
setErrorMessage(String) - Method in class com.rubensgomes.base.reqresp.Error
The general error message.
setErrorNativeMessage(String) - Method in class com.rubensgomes.base.reqresp.Error
The root cause error message.
setProfileType(BaseRequest.ProfileType) - Method in class com.rubensgomes.base.reqresp.BaseRequest
The environment profile the request is running under.
setResponseStatus(BaseResponse.ResponseStatus) - Method in class com.rubensgomes.base.reqresp.BaseResponse
The status of the response.
setTransactionId(String) - Method in class com.rubensgomes.base.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.base.reqresp.BaseRequest.ProfileType
 
SUCCESS - Enum constant in enum class com.rubensgomes.base.reqresp.BaseResponse.ResponseStatus
 

T

toString() - Method in enum class com.rubensgomes.base.reqresp.BaseRequest.ProfileType
 
toString() - Method in class com.rubensgomes.base.reqresp.BaseRequest
 
toString() - Method in enum class com.rubensgomes.base.reqresp.BaseResponse.ResponseStatus
 
toString() - Method in class com.rubensgomes.base.reqresp.BaseResponse
 
toString() - Method in class com.rubensgomes.base.reqresp.Error
 

U

UNPROCESSED - Enum constant in enum class com.rubensgomes.base.reqresp.BaseResponse.ResponseStatus
 

V

value() - Method in enum class com.rubensgomes.base.reqresp.BaseRequest.ProfileType
 
value() - Method in enum class com.rubensgomes.base.reqresp.BaseResponse.ResponseStatus
 
valueOf(String) - Static method in enum class com.rubensgomes.base.reqresp.BaseRequest.ProfileType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.rubensgomes.base.reqresp.BaseResponse.ResponseStatus
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.rubensgomes.base.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.base.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.base.reqresp.BaseRequest.BaseRequestBuilderBase
 
withAdditionalProperty(String, Object) - Method in class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilderBase
 
withAdditionalProperty(String, Object) - Method in class com.rubensgomes.base.reqresp.Error.ErrorBuilderBase
 
withClientId(String) - Method in class com.rubensgomes.base.reqresp.BaseRequest.BaseRequestBuilderBase
 
withClientId(String) - Method in class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilderBase
 
withCorrelationId(String) - Method in class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilderBase
 
withError(List<Error>) - Method in class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilderBase
 
withErrorCode(Integer) - Method in class com.rubensgomes.base.reqresp.Error.ErrorBuilderBase
 
withErrorDescription(String) - Method in class com.rubensgomes.base.reqresp.Error.ErrorBuilderBase
 
withErrorMessage(String) - Method in class com.rubensgomes.base.reqresp.Error.ErrorBuilderBase
 
withErrorNativeMessage(String) - Method in class com.rubensgomes.base.reqresp.Error.ErrorBuilderBase
 
withProfileType(BaseRequest.ProfileType) - Method in class com.rubensgomes.base.reqresp.BaseRequest.BaseRequestBuilderBase
 
withResponseStatus(BaseResponse.ResponseStatus) - Method in class com.rubensgomes.base.reqresp.BaseResponse.BaseResponseBuilderBase
 
withTransactionId(String) - Method in class com.rubensgomes.base.reqresp.BaseRequest.BaseRequestBuilderBase
 
B C D E F G H I L P Q S T U V W 
All Classes and Interfaces|All Packages