| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
UserDTO |
SignUpApi.selfSignupPost(UserDTO body)
Register a new user
User self signup API
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<UserDTO> |
SignUpApi.selfSignupPostWithHttpInfo(UserDTO body)
Register a new user
User self signup API
|
| Modifier and Type | Method and Description |
|---|---|
UserDTO |
SignUpApi.selfSignupPost(UserDTO body)
Register a new user
User self signup API
|
com.squareup.okhttp.Call |
SignUpApi.selfSignupPostAsync(UserDTO body,
ApiCallback<UserDTO> callback)
Register a new user (asynchronously)
User self signup API
|
com.squareup.okhttp.Call |
SignUpApi.selfSignupPostCall(UserDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for selfSignupPost
|
ApiResponse<UserDTO> |
SignUpApi.selfSignupPostWithHttpInfo(UserDTO body)
Register a new user
User self signup API
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SignUpApi.selfSignupPostAsync(UserDTO body,
ApiCallback<UserDTO> callback)
Register a new user (asynchronously)
User self signup API
|
| Modifier and Type | Method and Description |
|---|---|
UserDTO |
UserDTO.email(String email) |
UserDTO |
UserDTO.firstName(String firstName) |
UserDTO |
UserDTO.lastName(String lastName) |
UserDTO |
UserDTO.password(String password) |
UserDTO |
UserDTO.username(String username) |
Copyright © 2020 WSO2 Inc. All rights reserved.