Tools Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. digitaltwin. helpers. Tools
- com.
public class Tools
Field Summary
Modifier and Type | Field and Description |
---|---|
final Func1<ServiceResponseWithHeaders<Object, Digital |
FUNC_TO_DIGITAL_TWIN_COMMAND_RESPONSE |
final Func1<ServiceResponseWithHeaders<Object, Digital |
FUNC_TO_DIGITAL_TWIN_COMPONENT_COMMAND_RESPONSE |
final Func1<ServiceResponseWithHeaders<Object, Digital |
FUNC_TO_DIGITAL_TWIN_GET_RESPONSE |
final Func1<ServiceResponseWithHeaders<Void, Digital |
FUNC_TO_DIGITAL_TWIN_UPDATE_RESPONSE |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | isNullOrEmpty(String value) |
Field Details
FUNC_TO_DIGITAL_TWIN_COMMAND_RESPONSE
public static final Func1
FUNC_TO_DIGITAL_TWIN_COMPONENT_COMMAND_RESPONSE
public static final Func1
FUNC_TO_DIGITAL_TWIN_GET_RESPONSE
public static final Func1
FUNC_TO_DIGITAL_TWIN_UPDATE_RESPONSE
public static final Func1
Method Details
isNullOrEmpty
public static boolean isNullOrEmpty(String value)
Parameters:
Applies to
Azure SDK for Java