Class AccountManagerApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ManagerInviteAcceptedSupplier> acceptManagerInvite(String companyIdentifier, String winkVersion, String accept) Accept Invite Accepts the invite to manager a property or account.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ManagerInviteAcceptedSupplier>> acceptManagerInviteWithHttpInfo(String companyIdentifier, String winkVersion, String accept) Accept Invite Accepts the invite to manager a property or account.org.springframework.web.reactive.function.client.WebClient.ResponseSpecacceptManagerInviteWithResponseSpec(String companyIdentifier, String winkVersion, String accept) Accept Invite Accepts the invite to manager a property or account.reactor.core.publisher.Mono<CompanyViewAffiliate> inviteManager(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) Invite Manager Invite user to be a manager for this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> inviteManagerWithHttpInfo(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) Invite Manager Invite user to be a manager for this company.org.springframework.web.reactive.function.client.WebClient.ResponseSpecinviteManagerWithResponseSpec(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) Invite Manager Invite user to be a manager for this company.reactor.core.publisher.Mono<CompanyViewSupplier> rejectInvite(String companyIdentifier, String winkVersion, String accept) Reject Invite Remove manager by specified identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewSupplier>> rejectInviteWithHttpInfo(String companyIdentifier, String winkVersion, String accept) Reject Invite Remove manager by specified identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecrejectInviteWithResponseSpec(String companyIdentifier, String winkVersion, String accept) Reject Invite Remove manager by specified identifierreactor.core.publisher.Mono<CompanyViewAffiliate> removeCompanyUser(String companyIdentifier, String email, String winkVersion, String accept) Remove Manager Disassociate user from this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> removeCompanyUserWithHttpInfo(String companyIdentifier, String email, String winkVersion, String accept) Remove Manager Disassociate user from this company.org.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveCompanyUserWithResponseSpec(String companyIdentifier, String email, String winkVersion, String accept) Remove Manager Disassociate user from this company.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<ManagerInviteAffiliate> showManagerInviteList(String winkVersion, String accept) Show Invites Retrieve list of invites for userreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ManagerInviteAffiliate>>> showManagerInviteListWithHttpInfo(String winkVersion, String accept) Show Invites Retrieve list of invites for userorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowManagerInviteListWithResponseSpec(String winkVersion, String accept) Show Invites Retrieve list of invites for user
-
Constructor Details
-
AccountManagerApi
public AccountManagerApi() -
AccountManagerApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
acceptManagerInvite
public reactor.core.publisher.Mono<ManagerInviteAcceptedSupplier> acceptManagerInvite(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Accept Invite Accepts the invite to manager a property or account.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Company identifier for which to accept invite towinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ManagerInviteAcceptedSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
acceptManagerInviteWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ManagerInviteAcceptedSupplier>> acceptManagerInviteWithHttpInfo(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Accept Invite Accepts the invite to manager a property or account.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Company identifier for which to accept invite towinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<ManagerInviteAcceptedSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
acceptManagerInviteWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec acceptManagerInviteWithResponseSpec(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Accept Invite Accepts the invite to manager a property or account.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Company identifier for which to accept invite towinkVersion- 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
-
inviteManager
public reactor.core.publisher.Mono<CompanyViewAffiliate> inviteManager(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Invite Manager Invite user to be a manager for this company.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Invite user to manage company with given identifierinviteManagerRequestAffiliate- The inviteManagerRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
inviteManagerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> inviteManagerWithHttpInfo(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Invite Manager Invite user to be a manager for this company.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Invite user to manage company with given identifierinviteManagerRequestAffiliate- The inviteManagerRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
inviteManagerWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec inviteManagerWithResponseSpec(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Invite Manager Invite user to be a manager for this company.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Invite user to manage company with given identifierinviteManagerRequestAffiliate- The inviteManagerRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
rejectInvite
public reactor.core.publisher.Mono<CompanyViewSupplier> rejectInvite(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Reject Invite Remove manager by specified identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove manager from this property identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- CompanyViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
rejectInviteWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewSupplier>> rejectInviteWithHttpInfo(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Reject Invite Remove manager by specified identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove manager from this property identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<CompanyViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
rejectInviteWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec rejectInviteWithResponseSpec(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Reject Invite Remove manager by specified identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove manager from this property identifierwinkVersion- 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
-
removeCompanyUser
public reactor.core.publisher.Mono<CompanyViewAffiliate> removeCompanyUser(String companyIdentifier, String email, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Manager Disassociate user from this company.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove manager from company with given identifieremail- The email parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- CompanyViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeCompanyUserWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> removeCompanyUserWithHttpInfo(String companyIdentifier, String email, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Manager Disassociate user from this company.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove manager from company with given identifieremail- The email parameterwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeCompanyUserWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeCompanyUserWithResponseSpec(String companyIdentifier, String email, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Manager Disassociate user from this company.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove manager from company with given identifieremail- The email 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
-
showManagerInviteList
public reactor.core.publisher.Flux<ManagerInviteAffiliate> showManagerInviteList(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Invites Retrieve list of invites for user500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<ManagerInviteAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagerInviteListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ManagerInviteAffiliate>>> showManagerInviteListWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Invites Retrieve list of invites for user500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<ManagerInviteAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagerInviteListWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showManagerInviteListWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Invites Retrieve list of invites for user500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- 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
-