public interface IApiOperation<Q extends ANetApiRequest,S extends ANetApiResponse>
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
execute(Environment environment) |
S |
executeWithApiResponse() |
S |
executeWithApiResponse(Environment environment) |
S |
getApiResponse() |
ANetApiResponse |
getErrorResponse() |
MessageTypeEnum |
getResultCode() |
List<String> |
getResults() |
S getApiResponse()
ANetApiResponse getErrorResponse()
S executeWithApiResponse()
S executeWithApiResponse(Environment environment)
void execute()
void execute(Environment environment)
MessageTypeEnum getResultCode()
Copyright © 2021. All rights reserved.