Package | Description |
---|---|
com.konylabs.middleware.api |
Modifier and Type | Method and Description |
---|---|
ServiceRequestBuilder |
ServicesManager.getRequestBuilder(OperationData serviceDataObject)
Gets the service request builder.
|
ServiceRequestBuilder |
ServiceRequestBuilder.withAttributes(Map<String,Object> attributesMap)
Adds the attributes map to the ServiceRequest being built.
|
ServiceRequestBuilder |
ServiceRequestBuilder.withAuthorizationToken(String authorizationToken)
Adds the Authorization Token to the ServiceRequest.
|
ServiceRequestBuilder |
ServiceRequestBuilder.withDCRRequest(DataControllerRequest request)
Adds the request info to the ServiceRequest being built.
|
ServiceRequestBuilder |
ServiceRequestBuilder.withHeaders(Map<String,Object> headerMap)
Adds the header map to the ServiceRequest being built.
|
ServiceRequestBuilder |
ServiceRequestBuilder.withInputs(Map<String,Object> inputMap)
Adds the input map to the ServiceRequest being built.
|
ServiceRequestBuilder |
ServiceRequestBuilder.withSessionMap(Map<String,Object> sessionMap)
Adds the Map attributes to the ServiceRequest.
|
Copyright © 2019. All rights reserved.