Class SubjectFilter
java.lang.Object
co.permify.sdk.model.SubjectFilter
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SubjectFilter
extends Object
SubjectFilter is used to filter subjects based on the type, ids and relation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIdsItem(String idsItem) booleanReturn true if this SubjectFilter object is equal to o.getIds()Get idsGet relationgetType()Get typeinthashCode()voidvoidsetRelation(String relation) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_IDS
- See Also:
-
JSON_PROPERTY_RELATION
- See Also:
-
-
Constructor Details
-
SubjectFilter
public SubjectFilter()
-
-
Method Details
-
type
-
getType
-
setType
-
ids
-
addIdsItem
-
getIds
-
setIds
-
relation
-
getRelation
-
setRelation
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-