Class Ident
java.lang.Object
co.permify.sdk.model.Ident
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Ident
extends Object
An identifier expression. e.g. `request`.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Ident object is equal to o.getName()Required.inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
Ident
public Ident()
-
-
Method Details
-
name
-
getName
Required. Holds a single, unqualified identifier, possibly preceded by a '.'. Qualified names are represented by the [Expr.Select][google.api.expr.v1alpha1.Expr.Select] expression.- Returns:
- name
-
setName
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-