Uses of Enum Class
com.intellectualsites.arkitektonika.ApiVersion
Packages that use ApiVersion
-
Uses of ApiVersion in com.intellectualsites.arkitektonika
Methods in com.intellectualsites.arkitektonika that return ApiVersionModifier and TypeMethodDescriptionApiClient.getApiVersion()Get the API version supported by this clientstatic ApiVersionReturns the enum constant of this class with the specified name.static ApiVersion[]ApiVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.intellectualsites.arkitektonika with parameters of type ApiVersionModifier and TypeMethodDescriptionArkitektonika.Builder.withVersion(@NotNull ApiVersion version) Specify the API version that the remote Arkitektonika instance uses -
Uses of ApiVersion in com.intellectualsites.arkitektonika.v1
Methods in com.intellectualsites.arkitektonika.v1 that return ApiVersion