Package com.seam.api.resources.devices
Class DevicesClient
- java.lang.Object
-
- com.seam.api.resources.devices.DevicesClient
-
public class DevicesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<UnmanagedClient>unmanagedClient
-
Constructor Summary
Constructors Constructor Description DevicesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(DevicesDeleteRequest request)voiddelete(DevicesDeleteRequest request, RequestOptions requestOptions)Deviceget()Deviceget(DevicesGetRequest request)Deviceget(DevicesGetRequest request, RequestOptions requestOptions)java.util.List<Device>list()java.util.List<Device>list(DevicesListRequest request)java.util.List<Device>list(DevicesListRequest request, RequestOptions requestOptions)java.util.List<DeviceListProvider>listDeviceProviders()java.util.List<DeviceListProvider>listDeviceProviders(DevicesListDeviceProvidersRequest request)java.util.List<DeviceListProvider>listDeviceProviders(DevicesListDeviceProvidersRequest request, RequestOptions requestOptions)UnmanagedClientunmanaged()voidupdate(DevicesUpdateRequest request)voidupdate(DevicesUpdateRequest request, RequestOptions requestOptions)
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
unmanagedClient
protected final java.util.function.Supplier<UnmanagedClient> unmanagedClient
-
-
Constructor Detail
-
DevicesClient
public DevicesClient(ClientOptions clientOptions)
-
-
Method Detail
-
delete
public void delete(DevicesDeleteRequest request)
-
delete
public void delete(DevicesDeleteRequest request, RequestOptions requestOptions)
-
get
public Device get(DevicesGetRequest request)
-
get
public Device get(DevicesGetRequest request, RequestOptions requestOptions)
-
get
public Device get()
-
list
public java.util.List<Device> list(DevicesListRequest request)
-
list
public java.util.List<Device> list(DevicesListRequest request, RequestOptions requestOptions)
-
list
public java.util.List<Device> list()
-
listDeviceProviders
public java.util.List<DeviceListProvider> listDeviceProviders(DevicesListDeviceProvidersRequest request)
-
listDeviceProviders
public java.util.List<DeviceListProvider> listDeviceProviders(DevicesListDeviceProvidersRequest request, RequestOptions requestOptions)
-
listDeviceProviders
public java.util.List<DeviceListProvider> listDeviceProviders()
-
update
public void update(DevicesUpdateRequest request)
-
update
public void update(DevicesUpdateRequest request, RequestOptions requestOptions)
-
unmanaged
public UnmanagedClient unmanaged()
-
-