Class DevicesClient


  • public class DevicesClient
    extends java.lang.Object
    • 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)