
com.activitystream.aspects.ClientDeviceAspect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
For a description please see https://github.com/activitystream/as-sdk-java
package com.activitystream.aspects;
public class ClientDeviceAspect extends AspectBase {
public ClientDeviceAspect() {
aspectPropertyMap.put("client_device", new AspectProperty(IsRequired.True));
}
public ClientDeviceAspect clientDevice(String device) {
aspectPropertyMap.get("client_device").value = device;
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy