Interface CapabilityUser
public interface CapabilityUser
The CapabilityUser entity is a filter element to select the target devices.
The mandatory filter values are the username and form factor collection. Both
parameters are required.
Use
CapabilityUser.Builder
to define and build the request payload.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Defines targets forPushClient.pushToCapability(String, PushToCapabilitiesPayload)
-
Method Summary
-
Method Details
-
builder
-
getBadge
Integer getBadge() -
getBadges
-
getFormFactor
Collection<String> getFormFactor() -
getUser
String getUser()
-