Uses of Enum Class
com.github.copilot.generated.BinaryAssetType
Packages that use BinaryAssetType
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of BinaryAssetType in com.github.copilot.generated
Subclasses with type arguments of type BinaryAssetType in com.github.copilot.generatedMethods in com.github.copilot.generated that return BinaryAssetTypeModifier and TypeMethodDescriptionstatic BinaryAssetTypeSessionBinaryAssetEvent.SessionBinaryAssetEventData.type()Returns the value of thetyperecord component.static BinaryAssetTypeReturns the enum constant of this class with the specified name.static BinaryAssetType[]BinaryAssetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type BinaryAssetTypeModifierConstructorDescriptionSessionBinaryAssetEventData(String assetId, BinaryAssetType type, String mimeType, Long byteLength, String data, String description, Map<String, Object> metadata) Creates an instance of aSessionBinaryAssetEventDatarecord class.