public final class ServiceCallBuilder extends Object implements ServiceCallMediators.FromCreate, ServiceCallMediators.FromHttp, ServiceCallMediators.FromHttpMethod, ServiceCallMediators.FromPayload, ServiceCallMediators.FromPathParameter, ServiceCallMediators.FromQuery, ServiceCallMediators.FromRequestEnhancer, ServiceCallMediators.End
public ServiceCallMediators.FromHttp http()
http in interface ServiceCallMediators.FromCreatepublic ServiceCallMediators.FromHttpMethod get()
get in interface ServiceCallMediators.FromHttppublic ServiceCallMediators.FromHttpMethod put()
put in interface ServiceCallMediators.FromHttppublic ServiceCallMediators.FromHttpMethod post()
post in interface ServiceCallMediators.FromHttppublic ServiceCallMediators.FromHttpMethod delete()
delete in interface ServiceCallMediators.FromHttppublic ServiceCallMediators.FromHttpMethod patch()
patch in interface ServiceCallMediators.FromHttppublic <P> ServiceCallMediators.FromPayload payload(P payload)
payload in interface ServiceCallMediators.FromHttpMethodpublic ServiceCallMediators.FromPayload withoutPayload()
withoutPayload in interface ServiceCallMediators.FromHttpMethodpublic ServiceCallMediators.FromPathParameter pathParameter(String pathParameter)
pathParameter in interface ServiceCallMediators.FromPayloadpublic ServiceCallMediators.FromPathParameter noPathParameter()
noPathParameter in interface ServiceCallMediators.FromPayloadpublic ServiceCallMediators.FromQuery query(List<QueryParameter> queryParameters)
query in interface ServiceCallMediators.FromPathParameterpublic ServiceCallMediators.FromQuery noQuery()
noQuery in interface ServiceCallMediators.FromPathParameterpublic ServiceCallMediators.FromRequestEnhancer enhancer(RequestEnhancer requestEnhancer)
enhancer in interface ServiceCallMediators.FromQuerypublic ServiceCallMediators.FromRequestEnhancer noEnhancer()
noEnhancer in interface ServiceCallMediators.FromQuerypublic ServiceCallMediators.End insertHeaderFields(Map<String,String> headerFields)
insertHeaderFields in interface ServiceCallMediators.FromRequestEnhancerpublic static ServiceCallMediators.FromCreate createBuilder(ServiceEndpoint serviceEndpoint)
public ServiceCall end() throws InternalException
end in interface ServiceCallMediators.EndInternalExceptionCopyright © 2022 SAP. All rights reserved.