Uses of Class
sh.ory.model.Project
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of Project in sh.ory.api
Methods in sh.ory.api that return Project Modifier and Type Method Description ProjectV0alpha0Api. createProject(ProjectRevision projectRevision)Create a Project Creates a new project.ProjectV0alpha0Api. getProject(String projectId)Get a Project Get a projects you have access to by its ID.ProjectV0alpha0Api. updateProject(String projectId, ProjectRevision projectRevision)Update a Project Creates a new configuration revision for a project.Methods in sh.ory.api that return types with arguments of type Project Modifier and Type Method Description ApiResponse<Project>V0alpha0Api. createProjectWithHttpInfo(ProjectRevision projectRevision)Create a Project Creates a new project.ApiResponse<Project>V0alpha0Api. getProjectWithHttpInfo(String projectId)Get a Project Get a projects you have access to by its ID.List<Project>V0alpha0Api. listProjects()List All Projects Lists all projects you have access to.ApiResponse<List<Project>>V0alpha0Api. listProjectsWithHttpInfo()List All Projects Lists all projects you have access to.ApiResponse<Project>V0alpha0Api. updateProjectWithHttpInfo(String projectId, ProjectRevision projectRevision)Update a Project Creates a new configuration revision for a project.Method parameters in sh.ory.api with type arguments of type Project Modifier and Type Method Description okhttp3.CallV0alpha0Api. createProjectAsync(ProjectRevision projectRevision, ApiCallback<Project> _callback)Create a Project (asynchronously) Creates a new project.okhttp3.CallV0alpha0Api. getProjectAsync(String projectId, ApiCallback<Project> _callback)Get a Project (asynchronously) Get a projects you have access to by its ID.okhttp3.CallV0alpha0Api. listProjectsAsync(ApiCallback<List<Project>> _callback)List All Projects (asynchronously) Lists all projects you have access to.okhttp3.CallV0alpha0Api. updateProjectAsync(String projectId, ProjectRevision projectRevision, ApiCallback<Project> _callback)Update a Project (asynchronously) Creates a new configuration revision for a project. -
Uses of Project in sh.ory.model
Methods in sh.ory.model that return Project Modifier and Type Method Description ProjectProject. addHostsItem(String hostsItem)ProjectProject. addRevisionsItem(ProjectRevision revisionsItem)ProjectProject. currentRevision(ProjectRevision currentRevision)ProjectSuccessfulProjectConfigUpdate. getProject()Get projectProjectProject. hosts(List<String> hosts)ProjectProject. id(UUID id)ProjectProject. revisions(List<ProjectRevision> revisions)ProjectProject. subscriptionId(String subscriptionId)Methods in sh.ory.model with parameters of type Project Modifier and Type Method Description SuccessfulProjectConfigUpdateSuccessfulProjectConfigUpdate. project(Project project)voidSuccessfulProjectConfigUpdate. setProject(Project project)