Class LinksClient
- java.lang.Object
-
- com.rivet.api.resources.cloud.devices.links.LinksClient
-
public class LinksClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description LinksClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDeviceLinkResponseget(GetDeviceLinkRequest request)GetDeviceLinkResponseget(GetDeviceLinkRequest request, RequestOptions requestOptions)PrepareDeviceLinkResponseprepare()PrepareDeviceLinkResponseprepare(RequestOptions requestOptions)
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
LinksClient
public LinksClient(ClientOptions clientOptions)
-
-
Method Detail
-
prepare
public PrepareDeviceLinkResponse prepare()
-
prepare
public PrepareDeviceLinkResponse prepare(RequestOptions requestOptions)
-
get
public GetDeviceLinkResponse get(GetDeviceLinkRequest request)
-
get
public GetDeviceLinkResponse get(GetDeviceLinkRequest request, RequestOptions requestOptions)
-
-