Package sh.ory.model
Class IsOwnerForProjectBySlugPayload
java.lang.Object
sh.ory.model.IsOwnerForProjectBySlugPayload
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class IsOwnerForProjectBySlugPayload extends Object
IsOwnerForProjectBySlugPayload
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PROJECT_SCOPEstatic StringSERIALIZED_NAME_PROJECT_SLUGstatic StringSERIALIZED_NAME_SUBJECT -
Constructor Summary
Constructors Constructor Description IsOwnerForProjectBySlugPayload() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetProjectScope()ProjectScope is the project_id resolved from the API Token.StringgetProjectSlug()ProjectSlug is the project's slug.StringgetSubject()Subject is the subject from the API Token.inthashCode()IsOwnerForProjectBySlugPayloadprojectScope(String projectScope)IsOwnerForProjectBySlugPayloadprojectSlug(String projectSlug)voidsetProjectScope(String projectScope)voidsetProjectSlug(String projectSlug)voidsetSubject(String subject)IsOwnerForProjectBySlugPayloadsubject(String subject)StringtoString()
-
Field Details
-
SERIALIZED_NAME_PROJECT_SCOPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROJECT_SLUG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUBJECT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
IsOwnerForProjectBySlugPayload
public IsOwnerForProjectBySlugPayload()
-
-
Method Details
-
projectScope
-
getProjectScope
ProjectScope is the project_id resolved from the API Token.- Returns:
- projectScope
-
setProjectScope
-
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
-