Package io.apicurio.registry.rest.client
Class RegistryClient
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
io.apicurio.registry.rest.client.RegistryClient
@Generated("com.microsoft.kiota")
public class RegistryClient
extends com.microsoft.kiota.BaseRequestBuilder
The main entry point of the SDK, exposes the configuration and the fluent API.
-
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionRegistryClient(com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newRegistryClientand sets the default values. -
Method Summary
-
Constructor Details
-
RegistryClient
public RegistryClient(@Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newRegistryClientand sets the default values.- Parameters:
requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
admin
The admin property- Returns:
- a
AdminRequestBuilder
-
content
The content property- Returns:
- a
ContentRequestBuilder
-
groups
Collection of the groups in the registry.- Returns:
- a
GroupsRequestBuilder
-
ids
The ids property- Returns:
- a
IdsRequestBuilder
-
search
The search property- Returns:
- a
SearchRequestBuilder
-
system
The system property- Returns:
- a
SystemRequestBuilder
-
users
The users property- Returns:
- a
UsersRequestBuilder
-