Package io.getstream.chat.java.models
Class Message.MessageDeleteImageRequest
- java.lang.Object
-
- io.getstream.chat.java.models.Message.FileRequest<StreamResponseObject>
-
- io.getstream.chat.java.models.Message.MessageDeleteImageRequest
-
- Enclosing class:
- Message
public static class Message.MessageDeleteImageRequest extends Message.FileRequest<StreamResponseObject>
-
-
Constructor Summary
Constructors Constructor Description MessageDeleteImageRequest(@NotNull java.lang.String channelType, @NotNull java.lang.String channelId, @NotNull java.lang.String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
@NotNull java.lang.String
getChannelId()
@NotNull java.lang.String
getChannelType()
@NotNull java.lang.String
getUrl()
int
hashCode()
@NotNull StreamResponseObject
request()
-
Methods inherited from class io.getstream.chat.java.models.Message.FileRequest
getFileHandler, requestAsync, withFileHandler
-
-
-
-
Method Detail
-
request
@NotNull public @NotNull StreamResponseObject request() throws StreamException
- Specified by:
request
in classMessage.FileRequest<StreamResponseObject>
- Throws:
StreamException
-
getChannelType
@NotNull public @NotNull java.lang.String getChannelType()
-
getChannelId
@NotNull public @NotNull java.lang.String getChannelId()
-
getUrl
@NotNull public @NotNull java.lang.String getUrl()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-