Class UserIdpApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2023-09-08T14:35:58.566114Z[Etc/UTC]")
    public class UserIdpApi
    extends Object
    • Constructor Detail

      • UserIdpApi

        public UserIdpApi()
      • UserIdpApi

        @Autowired
        public UserIdpApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • createUser

        public reactor.core.publisher.Mono<UserIdpModel> createUser​(PostUserIdpModel postUserIdpModel)
                                                             throws org.springframework.web.reactive.function.client.WebClientResponseException
        Create user Creates a user.

        201 - User created

        Parameters:
        postUserIdpModel - The postUserIdpModel parameter
        Returns:
        UserIdpModel
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
      • createUserWithHttpInfo

        public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UserIdpModel>> createUserWithHttpInfo​(PostUserIdpModel postUserIdpModel)
                                                                                                                  throws org.springframework.web.reactive.function.client.WebClientResponseException
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException