Uses of Class
com.gooddata.sdk.model.md.Restriction
-
Packages that use Restriction Package Description com.gooddata.sdk.model.md -
-
Uses of Restriction in com.gooddata.sdk.model.md
Methods in com.gooddata.sdk.model.md that return Restriction Modifier and Type Method Description static RestrictionRestriction. identifier(java.lang.String value)Construct a new instance with restriction type identifier and given value.static RestrictionRestriction. summary(java.lang.String value)Construct a new instance with restriction type summary and given value.static RestrictionRestriction. title(java.lang.String value)Construct a new instance with restriction type title and given value.
-