Class UserMessageAttachmentBlob
java.lang.Object
com.github.copilot.generated.UserMessageAttachment
com.github.copilot.generated.UserMessageAttachmentBlob
@Generated("copilot-sdk-codegen")
public final class UserMessageAttachmentBlob
extends UserMessageAttachment
Blob attachment with inline base64-encoded data
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()getType()Returns the discriminator value for this variant.voidvoidsetDisplayName(String displayName) voidsetMimeType(String mimeType)
-
Constructor Details
-
UserMessageAttachmentBlob
public UserMessageAttachmentBlob()
-
-
Method Details
-
getType
Description copied from class:UserMessageAttachmentReturns the discriminator value for this variant.- Specified by:
getTypein classUserMessageAttachment- Returns:
- the type discriminator
-
getData
-
setData
-
getMimeType
-
setMimeType
-
getDisplayName
-
setDisplayName
-