Package io.getstream.chat.java.models
Class Command.CommandCreateRequestData.CommandCreateRequest
- java.lang.Object
-
- io.getstream.chat.java.models.framework.StreamRequest<Command.CommandCreateResponse>
-
- io.getstream.chat.java.models.Command.CommandCreateRequestData.CommandCreateRequest
-
- Enclosing class:
- Command.CommandCreateRequestData
public static class Command.CommandCreateRequestData.CommandCreateRequest extends StreamRequest<Command.CommandCreateResponse>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Command.CommandCreateRequestData.CommandCreateRequest
args(@Nullable java.lang.String args)
Command.CommandCreateRequestData.CommandCreateRequest
description(@Nullable java.lang.String description)
protected retrofit2.Call<Command.CommandCreateResponse>
generateCall(Client client)
Command.CommandCreateRequestData
internalBuild()
Command.CommandCreateRequestData.CommandCreateRequest
name(@Nullable java.lang.String name)
Command.CommandCreateRequestData.CommandCreateRequest
setValue(@Nullable java.lang.String setValue)
java.lang.String
toString()
-
Methods inherited from class io.getstream.chat.java.models.framework.StreamRequest
getClient, request, requestAsync, withClient
-
-
-
-
Method Detail
-
generateCall
protected retrofit2.Call<Command.CommandCreateResponse> generateCall(Client client)
- Specified by:
generateCall
in classStreamRequest<Command.CommandCreateResponse>
-
name
public Command.CommandCreateRequestData.CommandCreateRequest name(@Nullable @Nullable java.lang.String name)
- Returns:
this
.
-
description
public Command.CommandCreateRequestData.CommandCreateRequest description(@Nullable @Nullable java.lang.String description)
- Returns:
this
.
-
args
public Command.CommandCreateRequestData.CommandCreateRequest args(@Nullable @Nullable java.lang.String args)
- Returns:
this
.
-
setValue
public Command.CommandCreateRequestData.CommandCreateRequest setValue(@Nullable @Nullable java.lang.String setValue)
- Returns:
this
.
-
internalBuild
public Command.CommandCreateRequestData internalBuild()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-