Package io.getstream.chat.java.models
Class Command.CommandUpdateRequestData.CommandUpdateRequest
- java.lang.Object
-
- io.getstream.chat.java.models.framework.StreamRequest<Command.CommandUpdateResponse>
-
- io.getstream.chat.java.models.Command.CommandUpdateRequestData.CommandUpdateRequest
-
- Enclosing class:
- Command.CommandUpdateRequestData
public static class Command.CommandUpdateRequestData.CommandUpdateRequest extends StreamRequest<Command.CommandUpdateResponse>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Command.CommandUpdateRequestData.CommandUpdateRequest
args(@Nullable java.lang.String args)
Command.CommandUpdateRequestData.CommandUpdateRequest
description(@Nullable java.lang.String description)
protected retrofit2.Call<Command.CommandUpdateResponse>
generateCall(Client client)
Command.CommandUpdateRequestData
internalBuild()
Command.CommandUpdateRequestData.CommandUpdateRequest
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.CommandUpdateResponse> generateCall(Client client)
- Specified by:
generateCall
in classStreamRequest<Command.CommandUpdateResponse>
-
description
public Command.CommandUpdateRequestData.CommandUpdateRequest description(@Nullable @Nullable java.lang.String description)
- Returns:
this
.
-
args
public Command.CommandUpdateRequestData.CommandUpdateRequest args(@Nullable @Nullable java.lang.String args)
- Returns:
this
.
-
setValue
public Command.CommandUpdateRequestData.CommandUpdateRequest setValue(@Nullable @Nullable java.lang.String setValue)
- Returns:
this
.
-
internalBuild
public Command.CommandUpdateRequestData internalBuild()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-