Uses of Class
sh.ory.model.SuccessfulProjectUpdate
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SuccessfulProjectUpdate in sh.ory.api
Methods in sh.ory.api that return SuccessfulProjectUpdate Modifier and Type Method Description SuccessfulProjectUpdateV0alpha2Api. patchProject(String projectId, List<JsonPatch> jsonPatch)Patch an Ory Cloud Project Configuration This endpoints allows you to patch individual Ory Cloud Project configuration keys for Ory's services (identity, permission, ...).SuccessfulProjectUpdateV0alpha2Api. updateProject(String projectId, UpdateProject updateProject)Update an Ory Cloud Project Configuration This endpoints allows you to update the Ory Cloud Project configuration for individual services (identity, permission, ...).Methods in sh.ory.api that return types with arguments of type SuccessfulProjectUpdate Modifier and Type Method Description ApiResponse<SuccessfulProjectUpdate>V0alpha2Api. patchProjectWithHttpInfo(String projectId, List<JsonPatch> jsonPatch)Patch an Ory Cloud Project Configuration This endpoints allows you to patch individual Ory Cloud Project configuration keys for Ory's services (identity, permission, ...).ApiResponse<SuccessfulProjectUpdate>V0alpha2Api. updateProjectWithHttpInfo(String projectId, UpdateProject updateProject)Update an Ory Cloud Project Configuration This endpoints allows you to update the Ory Cloud Project configuration for individual services (identity, permission, ...).Method parameters in sh.ory.api with type arguments of type SuccessfulProjectUpdate Modifier and Type Method Description okhttp3.CallV0alpha2Api. patchProjectAsync(String projectId, List<JsonPatch> jsonPatch, ApiCallback<SuccessfulProjectUpdate> _callback)Patch an Ory Cloud Project Configuration (asynchronously) This endpoints allows you to patch individual Ory Cloud Project configuration keys for Ory's services (identity, permission, ...).okhttp3.CallV0alpha2Api. updateProjectAsync(String projectId, UpdateProject updateProject, ApiCallback<SuccessfulProjectUpdate> _callback)Update an Ory Cloud Project Configuration (asynchronously) This endpoints allows you to update the Ory Cloud Project configuration for individual services (identity, permission, ...). -
Uses of SuccessfulProjectUpdate in sh.ory.model
Methods in sh.ory.model that return SuccessfulProjectUpdate Modifier and Type Method Description SuccessfulProjectUpdateSuccessfulProjectUpdate. addWarningsItem(Warning warningsItem)SuccessfulProjectUpdateSuccessfulProjectUpdate. project(Project project)SuccessfulProjectUpdateSuccessfulProjectUpdate. warnings(List<Warning> warnings)