All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.activitystream.aspects.ClientDeviceAspect Maven / Gradle / Ivy

Go to download

For a description please see https://github.com/activitystream/as-sdk-java

There is a newer version: 0.5.8
Show newest version
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