public class AttributeClient extends Object
| Constructor and Description |
|---|
AttributeClient(HttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
create(Attribute attribute) |
boolean |
delete(Attribute attribute) |
boolean |
delete(String trafficTypeId,
String attributeId) |
List<Attribute> |
list(String trafficTypeId) |
List<Attribute> |
list(TrafficType trafficType) |
public AttributeClient(HttpClient client)
public List<Attribute> list(TrafficType trafficType) throws SplitException
SplitExceptionpublic List<Attribute> list(String trafficTypeId) throws SplitException
SplitExceptionpublic Attribute create(Attribute attribute) throws SplitException
SplitExceptionpublic boolean delete(Attribute attribute) throws SplitException
SplitExceptionpublic boolean delete(String trafficTypeId, String attributeId) throws SplitException
SplitExceptionCopyright © 2017. All rights reserved.