Uses of Class
sh.ory.hydra.model.Version
-
Packages that use Version Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of Version in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return Version Modifier and Type Method Description VersionAdminApi. getVersion()Get Service Version This endpoint returns the service version typically notated using semantic versioning.Methods in sh.ory.hydra.api that return types with arguments of type Version Modifier and Type Method Description ApiResponse<Version>AdminApi. getVersionWithHttpInfo()Get Service Version This endpoint returns the service version typically notated using semantic versioning.Method parameters in sh.ory.hydra.api with type arguments of type Version Modifier and Type Method Description okhttp3.CallAdminApi. getVersionAsync(ApiCallback<Version> _callback)Get Service Version (asynchronously) This endpoint returns the service version typically notated using semantic versioning. -
Uses of Version in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return Version Modifier and Type Method Description VersionVersion. version(String version)
-