Package sh.ory.model
Class IsOwnerForProjectBySlug
java.lang.Object
sh.ory.model.IsOwnerForProjectBySlug
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class IsOwnerForProjectBySlug extends Object
IsOwnerForProjectBySlug
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PROJECT_SLUGstatic StringSERIALIZED_NAME_SUBJECT -
Constructor Summary
Constructors Constructor Description IsOwnerForProjectBySlug() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetProjectSlug()ProjectSlug is the project's slug.StringgetSubject()Subject is the subject from the API Token.inthashCode()IsOwnerForProjectBySlugprojectSlug(String projectSlug)voidsetProjectSlug(String projectSlug)voidsetSubject(String subject)IsOwnerForProjectBySlugsubject(String subject)StringtoString()
-
Field Details
-
SERIALIZED_NAME_PROJECT_SLUG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUBJECT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
IsOwnerForProjectBySlug
public IsOwnerForProjectBySlug()
-
-
Method Details
-
projectSlug
-
getProjectSlug
ProjectSlug is the project's slug.- Returns:
- projectSlug
-
setProjectSlug
-
subject
-
getSubject
Subject is the subject from the API Token.- Returns:
- subject
-
setSubject
-
equals
-
hashCode
public int hashCode() -
toString
-