Class VersionCreateParams.Body
-
- All Implemented Interfaces:
public final class VersionCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVersionCreateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<List<InputStream>>files()Files to upload for the skill. final MultipartField<List<InputStream>>_files()Returns the raw multipart value of files. final Map<String, JsonValue>_additionalProperties()final VersionCreateParams.Body.BuildertoBuilder()final VersionCreateParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VersionCreateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
files
final Optional<List<InputStream>> files()
Files to upload for the skill.
All files must be in the same top-level directory and must include a SKILL.md file at the root of that directory.
-
_files
final MultipartField<List<InputStream>> _files()
Returns the raw multipart value of files.
Unlike files, this method doesn't throw if the multipart field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VersionCreateParams.Body.Builder toBuilder()
-
validate
final VersionCreateParams.Body validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static VersionCreateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-