Class AttributeFilter
java.lang.Object
co.permify.sdk.model.AttributeFilter
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AttributeFilter
extends Object
AttributeFilter is used to filter attributes based on the entity and attribute names.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem(String attributesItem) attributes(List<String> attributes) entity(EntityFilter entity) booleanReturn true if this AttributeFilter object is equal to o.Get attributesGet entityinthashCode()voidsetAttributes(List<String> attributes) voidsetEntity(EntityFilter entity) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ENTITY
- See Also:
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
-
Constructor Details
-
AttributeFilter
public AttributeFilter()
-
-
Method Details
-
entity
-
getEntity
-
setEntity
-
attributes
-
addAttributesItem
-
getAttributes
-
setAttributes
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-