パッケージ pixela.client.api.user
クラス CreateUser
- java.lang.Object
-
- pixela.client.api.user.CreateUser
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static interfaceCreateUser.AgreeTermsOfServicestatic interfaceCreateUser.Builderstatic interfaceCreateUser.NotMinorstatic interfaceCreateUser.Tokenstatic interfaceCreateUser.Username-
インタフェースから継承されたネストされたクラス/インタフェース pixela.client.http.Request
Request.WithBody
-
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 @NotNull java.net.URIapiEndpoint(@NotNull java.net.URI baseUrl)static CreateUser.Tokenbuilder(@NotNull HttpClient httpClient)@NotNull reactor.core.publisher.Mono<Pixela>call()@NotNull java.lang.StringerrorRequest()@NotNull java.lang.StringgetAgreeTermsOfService()@NotNull java.lang.StringgetNotMinor()@NotNull java.lang.StringgetToken()@NotNull java.lang.StringgetUsername()@NotNull java.lang.Class<? extends java.lang.Void>responseType()java.lang.StringtoString()@NotNull java.util.Optional<UserToken>userToken()@NotNull Request.WithBodywithBody()-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
インタフェースから継承されたメソッド pixela.client.http.Post
contentType
-
インタフェースから継承されたメソッド pixela.client.http.Request
contentLength, hasBody
-
-
-
-
メソッドの詳細
-
getToken
@NotNull public @NotNull java.lang.String getToken()
-
getUsername
@NotNull public @NotNull java.lang.String getUsername()
-
getAgreeTermsOfService
@NotNull public @NotNull java.lang.String getAgreeTermsOfService()
-
getNotMinor
@NotNull public @NotNull java.lang.String getNotMinor()
-
toString
public java.lang.String toString()
- オーバーライド:
toStringクラス内java.lang.Object
-
apiEndpoint
@NotNull public @NotNull java.net.URI apiEndpoint(@NotNull @NotNull java.net.URI baseUrl)- 定義:
apiEndpointインタフェース内Request<java.lang.Void>
-
userToken
@NotNull public @NotNull java.util.Optional<UserToken> userToken()
-
withBody
@NotNull public @NotNull Request.WithBody withBody()
-
responseType
@NotNull public @NotNull java.lang.Class<? extends java.lang.Void> responseType()
- 定義:
responseTypeインタフェース内Request<java.lang.Void>
-
errorRequest
@NotNull public @NotNull java.lang.String errorRequest()
- 定義:
errorRequestインタフェース内Request<java.lang.Void>
-
call
@NotNull public @NotNull reactor.core.publisher.Mono<Pixela> call()
-
builder
@Contract(pure=true) @NotNull public static CreateUser.Token builder(@NotNull @NotNull HttpClient httpClient)
-
-