クラス GetWebhookEndpointResponse.GetWebhookEndpointResponseBuilder
- java.lang.Object
-
- com.linecorp.bot.model.response.GetWebhookEndpointResponse.GetWebhookEndpointResponseBuilder
-
- 含まれているクラス:
- GetWebhookEndpointResponse
public static class GetWebhookEndpointResponse.GetWebhookEndpointResponseBuilder extends java.lang.Object
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 GetWebhookEndpointResponse.GetWebhookEndpointResponseBuilder
active(boolean active)
GetWebhookEndpointResponse
build()
GetWebhookEndpointResponse.GetWebhookEndpointResponseBuilder
endpoint(java.net.URI endpoint)
Webhook URL.java.lang.String
toString()
-
-
-
メソッドの詳細
-
endpoint
public GetWebhookEndpointResponse.GetWebhookEndpointResponseBuilder endpoint(java.net.URI endpoint)
Webhook URL.- 戻り値:
this
.
-
active
public GetWebhookEndpointResponse.GetWebhookEndpointResponseBuilder active(boolean active)
- 戻り値:
this
.
-
build
public GetWebhookEndpointResponse build()
-
toString
public java.lang.String toString()
- オーバーライド:
toString
クラス内java.lang.Object
-
-