Package com.zitadel.model
Class ProjectServiceProjectOrganizationIDFilter
java.lang.Object
com.zitadel.model.ProjectServiceProjectOrganizationIDFilter
@Generated(value="io.github.mridang.codegen.generators.java.BetterJavaCodegen",
comments="Generator version: 7.14.0")
public class ProjectServiceProjectOrganizationIDFilter
extends Object
ProjectServiceProjectOrganizationIDFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanOrganizationID Is the ID of the organization to query for.getType()Get typeinthashCode()organizationId(String organizationId) voidsetOrganizationId(String organizationId) voidsetType(ProjectServiceType type) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.type(ProjectServiceType type)
-
Field Details
-
JSON_PROPERTY_ORGANIZATION_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
ProjectServiceProjectOrganizationIDFilter
public ProjectServiceProjectOrganizationIDFilter()
-
-
Method Details
-
organizationId
-
getOrganizationId
OrganizationID Is the ID of the organization to query for.- Returns:
- organizationId
-
setOrganizationId
-
type
-
getType
Get type- Returns:
- type
-
setType
-
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
-