Package com.zitadel.model
Class SessionServiceIDsQuery
java.lang.Object
com.zitadel.model.SessionServiceIDsQuery
@Generated(value="io.github.mridang.codegen.generators.java.BetterJavaCodegen",
comments="Generator version: 7.14.0")
public class SessionServiceIDsQuery
extends Object
SessionServiceIDsQuery
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIdsItem(String idsItem) booleangetIds()List of session IDs to search 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
-
SessionServiceIDsQuery
public SessionServiceIDsQuery()
-
-
Method Details
-
ids
-
addIdsItem
-
getIds
List of session IDs to search for. If multiple IDs are provided, sessions matching any of the IDs will be returned.- 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
-