Uses of Class
sh.ory.model.ProjectRevision
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of ProjectRevision in sh.ory.api
Methods in sh.ory.api with parameters of type ProjectRevision Modifier and Type Method Description ProjectV0alpha0Api. createProject(ProjectRevision projectRevision)Create a Project Creates a new project.okhttp3.CallV0alpha0Api. createProjectAsync(ProjectRevision projectRevision, ApiCallback<Project> _callback)Create a Project (asynchronously) Creates a new project.okhttp3.CallV0alpha0Api. createProjectCall(ProjectRevision projectRevision, ApiCallback _callback)Build call for createProjectApiResponse<Project>V0alpha0Api. createProjectWithHttpInfo(ProjectRevision projectRevision)Create a Project Creates a new project.ProjectV0alpha0Api. updateProject(String projectId, ProjectRevision projectRevision)Update a Project Creates a new configuration revision for a project.okhttp3.CallV0alpha0Api. updateProjectAsync(String projectId, ProjectRevision projectRevision, ApiCallback<Project> _callback)Update a Project (asynchronously) Creates a new configuration revision for a project.okhttp3.CallV0alpha0Api. updateProjectCall(String projectId, ProjectRevision projectRevision, ApiCallback _callback)Build call for updateProjectApiResponse<Project>V0alpha0Api. updateProjectWithHttpInfo(String projectId, ProjectRevision projectRevision)Update a Project Creates a new configuration revision for a project. -
Uses of ProjectRevision in sh.ory.model
Methods in sh.ory.model that return types with arguments of type ProjectRevision Modifier and Type Method Description List<ProjectRevision>Project. getRevisions()Get revisionsMethods in sh.ory.model with parameters of type ProjectRevision Modifier and Type Method Description ProjectProject. addRevisionsItem(ProjectRevision revisionsItem)ProjectProject. currentRevision(ProjectRevision currentRevision)voidProject. setCurrentRevision(ProjectRevision currentRevision)Method parameters in sh.ory.model with type arguments of type ProjectRevision Modifier and Type Method Description ProjectProject. revisions(List<ProjectRevision> revisions)voidProject. setRevisions(List<ProjectRevision> revisions)