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