public class Restriction extends Object
| Modifier and Type | Method and Description |
|---|---|
com.gooddata.md.Restriction.Type |
getType() |
String |
getValue() |
static Restriction |
identifier(String value)
Construct a new instance with restriction type identifier and given value.
|
static Restriction |
summary(String value)
Construct a new instance with restriction type summary and given value.
|
static Restriction |
title(String value)
Construct a new instance with restriction type title and given value.
|
String |
toString() |
public com.gooddata.md.Restriction.Type getType()
public String getValue()
public static Restriction identifier(String value)
value - identifier you want to search forpublic static Restriction title(String value)
value - title you want to search forpublic static Restriction summary(String value)
value - summary you want to search forCopyright © 2017. All rights reserved.