Interface GetEntitiesRequest.Builder

    • Method Detail

      • ids

        GetEntitiesRequest.Builder ids​(Collection<String> ids)

        An array of entity IDs.

        The IDs should be in the following format.

        urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

        Parameters:
        ids - An array of entity IDs.

        The IDs should be in the following format.

        urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ids

        GetEntitiesRequest.Builder ids​(String... ids)

        An array of entity IDs.

        The IDs should be in the following format.

        urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

        Parameters:
        ids - An array of entity IDs.

        The IDs should be in the following format.

        urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespaceVersion

        GetEntitiesRequest.Builder namespaceVersion​(Long namespaceVersion)

        The version of the user's namespace. Defaults to the latest version of the user's namespace.

        Parameters:
        namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.