Package com.zitadel.model
Class ProjectServiceInIDsFilter
java.lang.Object
com.zitadel.model.ProjectServiceInIDsFilter
@Generated(value="io.github.mridang.codegen.generators.java.BetterJavaCodegen",
comments="Generator version: 7.14.0")
public class ProjectServiceInIDsFilter
extends Object
ProjectServiceInIDsFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIdsItem(String idsItem) booleangetIds()Defines the ids to query for.inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_IDS
- See Also:
-
-
Constructor Details
-
ProjectServiceInIDsFilter
public ProjectServiceInIDsFilter()
-
-
Method Details
-
ids
-
addIdsItem
-
getIds
Defines the ids to query for.- Returns:
- ids
-
setIds
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-