Class DevicesClient
- java.lang.Object
-
- com.chrt.api.resources.trackingintegrations.tive.devices.DevicesClient
-
public class DevicesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description DevicesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TiveDevice1getV1(DevicesGetV1Request request)Retrieves a single Tive device by its ID.TiveDevice1getV1(DevicesGetV1Request request, RequestOptions requestOptions)Retrieves a single Tive device by its ID.TiveDeviceListReslistV1()Lists Tive devices with filtering, sorting, and pagination.TiveDeviceListReslistV1(DevicesListV1Request request)Lists Tive devices with filtering, sorting, and pagination.TiveDeviceListReslistV1(DevicesListV1Request request, RequestOptions requestOptions)Lists Tive devices with filtering, sorting, and pagination.RawDevicesClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
DevicesClient
public DevicesClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawDevicesClient withRawResponse()
Get responses with HTTP metadata like headers
-
listV1
public TiveDeviceListRes listV1()
Lists Tive devices with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDeviceListRes)
-
listV1
public TiveDeviceListRes listV1(DevicesListV1Request request)
Lists Tive devices with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDeviceListRes)
-
listV1
public TiveDeviceListRes listV1(DevicesListV1Request request, RequestOptions requestOptions)
Lists Tive devices with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDeviceListRes)
-
getV1
public TiveDevice1 getV1(DevicesGetV1Request request)
Retrieves a single Tive device by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDevice1)
-
getV1
public TiveDevice1 getV1(DevicesGetV1Request request, RequestOptions requestOptions)
Retrieves a single Tive device by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveDevice1)
-
-