Package com.gooddata.sdk.model.md
Class Restriction
java.lang.Object
com.gooddata.sdk.model.md.Restriction
Metadata query restriction. See static factory methods to get instance of desired restriction type.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()getValue()inthashCode()static Restrictionidentifier(String value) Construct a new instance with restriction type identifier and given value.static RestrictionConstruct a new instance with restriction type summary and given value.static RestrictionConstruct a new instance with restriction type title and given value.toString()
-
Method Details
-
getType
-
getValue
-
identifier
Construct a new instance with restriction type identifier and given value.- Parameters:
value- identifier you want to search for- Returns:
- new restriction for identifier restriction
-
title
Construct a new instance with restriction type title and given value.- Parameters:
value- title you want to search for- Returns:
- new restriction for title restriction
-
summary
Construct a new instance with restriction type summary and given value.- Parameters:
value- summary you want to search for- Returns:
- new restriction for summary restriction
-
equals
-
hashCode
public int hashCode() -
toString
-