Class ServiceClient
- java.lang.Object
-
- com.seam.api.resources.health.service.ServiceClient
-
public class ServiceClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description ServiceClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceByServiceNameResponsebyServiceName(ServiceByServiceNameRequest request)ServiceByServiceNameResponsebyServiceName(ServiceByServiceNameRequest request, RequestOptions requestOptions)
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
ServiceClient
public ServiceClient(ClientOptions clientOptions)
-
-
Method Detail
-
byServiceName
public ServiceByServiceNameResponse byServiceName(ServiceByServiceNameRequest request)
-
byServiceName
public ServiceByServiceNameResponse byServiceName(ServiceByServiceNameRequest request, RequestOptions requestOptions)
-
-