public class UGCCommunityServiceCapability extends Object implements Capability
| Constructor and Description |
|---|
UGCCommunityServiceCapability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<UGCCommunityServiceTarget> |
getCommunityTargets() |
Environment |
getEnvironment() |
String |
getId() |
Long |
getLastUpdateTime()
Get the last update time (in milliseconds) of the capability.
|
int |
hashCode() |
UGCCommunityServiceCapability |
setCommunityTargets(List<UGCCommunityServiceTarget> newCommunityTargets) |
UGCCommunityServiceCapability |
setEnvironment(Environment newEnvironment) |
UGCCommunityServiceCapability |
setId(String newId) |
UGCCommunityServiceCapability |
setLastUpdateTime(Long newLastUpdateTime) |
String |
toString() |
public String getId()
getId in interface com.sdl.odata.client.api.model.ODataIdAwareEntitypublic UGCCommunityServiceCapability setId(String newId)
public Long getLastUpdateTime()
CapabilitygetLastUpdateTime in interface Capabilitypublic UGCCommunityServiceCapability setLastUpdateTime(Long newLastUpdateTime)
public List<UGCCommunityServiceTarget> getCommunityTargets()
public UGCCommunityServiceCapability setCommunityTargets(List<UGCCommunityServiceTarget> newCommunityTargets)
public Environment getEnvironment()
public UGCCommunityServiceCapability setEnvironment(Environment newEnvironment)
Copyright © 2017 SDL Group. All rights reserved.