Interface AccessoryWithServiceLabelIndex
-
public interface AccessoryWithServiceLabelIndexAccessory with service label index. T
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Integer>getServiceLabelIndex()Retrieves the service label index.
-
-
-
Method Detail
-
getServiceLabelIndex
CompletableFuture<Integer> getServiceLabelIndex()
Retrieves the service label index.- Returns:
- a future with the service label index
-
-