Class RemoteDeviceAdapterCollection


  • public final class RemoteDeviceAdapterCollection
    extends Object
    A list of remote device adapters.
    • Constructor Detail

      • RemoteDeviceAdapterCollection

        public RemoteDeviceAdapterCollection()
    • Method Detail

      • getValue

        public List<RemoteDeviceAdapter> getValue()
        Get the value property: An array of remote device adapters.
        Returns:
        the value value.
      • getContinuationToken

        public String getContinuationToken()
        Get the continuationToken property: A continuation token to use in subsequent calls to enumerate through the remote device adapter collection. This is used when the collection contains too many results to return in one response.
        Returns:
        the continuationToken value.
      • setContinuationToken

        public RemoteDeviceAdapterCollection setContinuationToken​(String continuationToken)
        Set the continuationToken property: A continuation token to use in subsequent calls to enumerate through the remote device adapter collection. This is used when the collection contains too many results to return in one response.
        Parameters:
        continuationToken - the continuationToken value to set.
        Returns:
        the RemoteDeviceAdapterCollection object itself.