Class ApplicationApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreateApplicationResponse> createApplication(UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Create Application Create a new applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateApplicationResponse>> createApplicationWithHttpInfo(UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Create Application Create a new applicationorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateApplicationWithResponseSpec(UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Create Application Create a new applicationreactor.core.publisher.Mono<RemoveEntryResponse> deleteApplication(String id, String winkVersion, String accept) Delete Application Remove a specific applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> deleteApplicationWithHttpInfo(String id, String winkVersion, String accept) Delete Application Remove a specific applicationorg.springframework.web.reactive.function.client.WebClient.ResponseSpecdeleteApplicationWithResponseSpec(String id, String winkVersion, String accept) Delete Application Remove a specific applicationreactor.core.publisher.Mono<Application> loadApplication(String id, String winkVersion, String accept) Show Application Show a specific applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Application>> loadApplicationWithHttpInfo(String id, String winkVersion, String accept) Show Application Show a specific applicationorg.springframework.web.reactive.function.client.WebClient.ResponseSpecloadApplicationWithResponseSpec(String id, String winkVersion, String accept) Show Application Show a specific applicationreactor.core.publisher.Mono<RevokeClientIdResponse> revokeApplication(String id, String winkVersion, String accept) Revoke Application Credentials Refreshes the clientId and secretKey properties.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RevokeClientIdResponse>> revokeApplicationWithHttpInfo(String id, String winkVersion, String accept) Revoke Application Credentials Refreshes the clientId and secretKey properties.org.springframework.web.reactive.function.client.WebClient.ResponseSpecrevokeApplicationWithResponseSpec(String id, String winkVersion, String accept) Revoke Application Credentials Refreshes the clientId and secretKey properties.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<Application> showApplications(String ownerIdentifier, String winkVersion, String accept) Show Applications List all applications owned by creating entityreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Application>>> showApplicationsWithHttpInfo(String ownerIdentifier, String winkVersion, String accept) Show Applications List all applications owned by creating entityorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowApplicationsWithResponseSpec(String ownerIdentifier, String winkVersion, String accept) Show Applications List all applications owned by creating entityreactor.core.publisher.Flux<ManagingEntityAuthenticatedEntity> showManagingEntities(String subType, String winkVersion, String accept) Show Managing Entities Lists all entities, including user entity, owned by user.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ManagingEntityAuthenticatedEntity>>> showManagingEntitiesWithHttpInfo(String subType, String winkVersion, String accept) Show Managing Entities Lists all entities, including user entity, owned by user.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowManagingEntitiesWithResponseSpec(String subType, String winkVersion, String accept) Show Managing Entities Lists all entities, including user entity, owned by user.reactor.core.publisher.Mono<ManagingEntityAuthenticatedEntity> showManagingEntity(String managingEntityIdentifier, String winkVersion, String accept) Show Managing Entity Load single managing entity.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ManagingEntityAuthenticatedEntity>> showManagingEntityWithHttpInfo(String managingEntityIdentifier, String winkVersion, String accept) Show Managing Entity Load single managing entity.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowManagingEntityWithResponseSpec(String managingEntityIdentifier, String winkVersion, String accept) Show Managing Entity Load single managing entity.reactor.core.publisher.Mono<UpdateApplicationResponse> updateApplication(String id, UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Update Application Update an existing applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpdateApplicationResponse>> updateApplicationWithHttpInfo(String id, UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Update Application Update an existing applicationorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateApplicationWithResponseSpec(String id, UpsertApplicationRequest upsertApplicationRequest, String winkVersion) Update Application Update an existing application
-
Constructor Details
-
ApplicationApi
public ApplicationApi() -
ApplicationApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createApplication
public reactor.core.publisher.Mono<CreateApplicationResponse> createApplication(@Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Application Create a new application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
upsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- CreateApplicationResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateApplicationResponse>> createApplicationWithHttpInfo(@Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Application Create a new application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
upsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CreateApplicationResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createApplicationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createApplicationWithResponseSpec(@Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Application Create a new application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
upsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteApplication
public reactor.core.publisher.Mono<RemoveEntryResponse> deleteApplication(@Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Application Remove a specific application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- RemoveEntryResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> deleteApplicationWithHttpInfo(@Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Application Remove a specific application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<RemoveEntryResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteApplicationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec deleteApplicationWithResponseSpec(@Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Application Remove a specific application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
loadApplication
public reactor.core.publisher.Mono<Application> loadApplication(@Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Application Show a specific application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- Application
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
loadApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Application>> loadApplicationWithHttpInfo(@Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Application Show a specific application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<Application>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
loadApplicationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec loadApplicationWithResponseSpec(@Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Application Show a specific application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
revokeApplication
public reactor.core.publisher.Mono<RevokeClientIdResponse> revokeApplication(@Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Revoke Application Credentials Refreshes the clientId and secretKey properties.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- RevokeClientIdResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
revokeApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RevokeClientIdResponse>> revokeApplicationWithHttpInfo(@Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Revoke Application Credentials Refreshes the clientId and secretKey properties.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<RevokeClientIdResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
revokeApplicationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec revokeApplicationWithResponseSpec(@Nonnull String id, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Revoke Application Credentials Refreshes the clientId and secretKey properties.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplications
public reactor.core.publisher.Flux<Application> showApplications(@Nullable String ownerIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications List all applications owned by creating entity500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
ownerIdentifier- Optional ownerIdentifier to filter onwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<Application>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplicationsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Application>>> showApplicationsWithHttpInfo(@Nullable String ownerIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications List all applications owned by creating entity500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
ownerIdentifier- Optional ownerIdentifier to filter onwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<Application>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showApplicationsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showApplicationsWithResponseSpec(@Nullable String ownerIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Applications List all applications owned by creating entity500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
ownerIdentifier- Optional ownerIdentifier to filter onwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagingEntities
public reactor.core.publisher.Flux<ManagingEntityAuthenticatedEntity> showManagingEntities(@Nullable String subType, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Managing Entities Lists all entities, including user entity, owned by user.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
subType- Optional subType to filter onwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<ManagingEntityAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagingEntitiesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ManagingEntityAuthenticatedEntity>>> showManagingEntitiesWithHttpInfo(@Nullable String subType, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Managing Entities Lists all entities, including user entity, owned by user.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
subType- Optional subType to filter onwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<ManagingEntityAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagingEntitiesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showManagingEntitiesWithResponseSpec(@Nullable String subType, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Managing Entities Lists all entities, including user entity, owned by user.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
subType- Optional subType to filter onwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagingEntity
public reactor.core.publisher.Mono<ManagingEntityAuthenticatedEntity> showManagingEntity(@Nonnull String managingEntityIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Managing Entity Load single managing entity.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
managingEntityIdentifier- Managing entity IDwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ManagingEntityAuthenticatedEntity
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagingEntityWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ManagingEntityAuthenticatedEntity>> showManagingEntityWithHttpInfo(@Nonnull String managingEntityIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Managing Entity Load single managing entity.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
managingEntityIdentifier- Managing entity IDwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<ManagingEntityAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagingEntityWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showManagingEntityWithResponseSpec(@Nonnull String managingEntityIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Managing Entity Load single managing entity.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
managingEntityIdentifier- Managing entity IDwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateApplication
public reactor.core.publisher.Mono<UpdateApplicationResponse> updateApplication(@Nonnull String id, @Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Application Update an existing application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterupsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- UpdateApplicationResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpdateApplicationResponse>> updateApplicationWithHttpInfo(@Nonnull String id, @Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Application Update an existing application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterupsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<UpdateApplicationResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateApplicationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateApplicationWithResponseSpec(@Nonnull String id, @Nonnull UpsertApplicationRequest upsertApplicationRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Application Update an existing application500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
id- The id parameterupsertApplicationRequest- The upsertApplicationRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-