Interface VersionService
-
- All Implemented Interfaces:
public interface VersionService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceVersionService.WithRawResponseA view of VersionService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract VersionService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract VersionServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. BaseTemplateTenantAssociationretrieve(String version, VersionRetrieveParams params)Fetches a specific version of a tenant template. BaseTemplateTenantAssociationretrieve(String version, VersionRetrieveParams params, RequestOptions requestOptions)BaseTemplateTenantAssociationretrieve(VersionRetrieveParams params)abstract BaseTemplateTenantAssociationretrieve(VersionRetrieveParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract VersionService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract VersionService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
BaseTemplateTenantAssociation retrieve(String version, VersionRetrieveParams params)
Fetches a specific version of a tenant template.
Supports the following version formats:
latest- The most recent version of the templatepublished- The currently published versionv{version}- A specific version (e.g., "v1", "v2", "v1.0.0")
-
retrieve
BaseTemplateTenantAssociation retrieve(String version, VersionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
BaseTemplateTenantAssociation retrieve(VersionRetrieveParams params)
-
retrieve
abstract BaseTemplateTenantAssociation retrieve(VersionRetrieveParams params, RequestOptions requestOptions)
-
-
-
-