Uses of Class
sh.ory.model.SuccessfulProjectConfigUpdate
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SuccessfulProjectConfigUpdate in sh.ory.api
Methods in sh.ory.api that return SuccessfulProjectConfigUpdate Modifier and Type Method Description SuccessfulProjectConfigUpdateV0alpha0Api. updateProjectConfig(String projectId, UpdateProjectConfigConfig updateProjectConfigConfig)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 SuccessfulProjectConfigUpdate Modifier and Type Method Description ApiResponse<SuccessfulProjectConfigUpdate>V0alpha0Api. updateProjectConfigWithHttpInfo(String projectId, UpdateProjectConfigConfig updateProjectConfigConfig)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 SuccessfulProjectConfigUpdate Modifier and Type Method Description okhttp3.CallV0alpha0Api. updateProjectConfigAsync(String projectId, UpdateProjectConfigConfig updateProjectConfigConfig, ApiCallback<SuccessfulProjectConfigUpdate> _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 SuccessfulProjectConfigUpdate in sh.ory.model
Methods in sh.ory.model that return SuccessfulProjectConfigUpdate Modifier and Type Method Description SuccessfulProjectConfigUpdateSuccessfulProjectConfigUpdate. addWarningsItem(Warning warningsItem)SuccessfulProjectConfigUpdateSuccessfulProjectConfigUpdate. project(Project project)SuccessfulProjectConfigUpdateSuccessfulProjectConfigUpdate. warnings(List<Warning> warnings)