パッケージ pixela.client.http
インタフェース Request<T>
-
- 既知のサブインタフェースのリスト:
Delete<T>,Get<T>,GetGraphSvg,GetGraphSvg.NoOption,GetGraphSvg.WithDateOption,Post<T>,PostPixel,PostPixel.OptionData,Put<T>,UpdateGraph,UpdateGraph.GraphColor,UpdateGraph.PurgeCacheUrls,UpdateGraph.SelfSufficient,UpdateGraph.Timezone,UpdateGraph.Unit,UpdatePixel,UpdatePixel.OptionalData
- 既知の実装クラスのリスト:
CreateGraph,CreateUser,CreateWebhook,DecrementPixel,DeleteGraph,DeletePixel,DeleteUser,GetGraphDefinitions,GetPixel,GetWebhooks,IncrementPixel,PostPixelImpl,UpdatePixelImpl,UpdateUser
public interface Request<T>
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ インタフェース 説明 static classRequest.WithBody
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド デフォルト・メソッド 修飾子とタイプ メソッド 説明 @NotNull java.net.URIapiEndpoint(@NotNull java.net.URI baseUrl)default @NotNull java.util.OptionalIntcontentLength()default @NotNull java.util.Optional<java.lang.String>contentType()@NotNull java.lang.StringerrorRequest()default booleanhasBody()@NotNull java.lang.Class<? extends T>responseType()@NotNull java.util.Optional<UserToken>userToken()@NotNull Request.WithBodywithBody()
-
-
-
メソッドの詳細
-
apiEndpoint
@NotNull @NotNull java.net.URI apiEndpoint(@NotNull @NotNull java.net.URI baseUrl)
-
userToken
@NotNull @NotNull java.util.Optional<UserToken> userToken()
-
withBody
@NotNull @NotNull Request.WithBody withBody()
-
contentLength
@NotNull default @NotNull java.util.OptionalInt contentLength()
-
hasBody
default boolean hasBody()
-
responseType
@NotNull @NotNull java.lang.Class<? extends T> responseType()
-
contentType
@NotNull default @NotNull java.util.Optional<java.lang.String> contentType()
-
errorRequest
@NotNull @NotNull java.lang.String errorRequest()
-
-