Class EvalCreateParams.Score.ProjectSlug.Builder
-
- All Implemented Interfaces:
public final class EvalCreateParams.Score.ProjectSlug.BuilderA builder for ProjectSlug.
-
-
Method Summary
-
-
Method Detail
-
projectName
final EvalCreateParams.Score.ProjectSlug.Builder projectName(String projectName)
The name of the project containing the function
-
projectName
final EvalCreateParams.Score.ProjectSlug.Builder projectName(JsonField<String> projectName)
Sets Builder.projectName to an arbitrary JSON value.
You should usually call Builder.projectName with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
slug
final EvalCreateParams.Score.ProjectSlug.Builder slug(String slug)
The slug of the function
-
slug
final EvalCreateParams.Score.ProjectSlug.Builder slug(JsonField<String> slug)
Sets Builder.slug to an arbitrary JSON value.
You should usually call Builder.slug with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
version
final EvalCreateParams.Score.ProjectSlug.Builder version(String version)
The version of the function
-
version
final EvalCreateParams.Score.ProjectSlug.Builder version(JsonField<String> version)
Sets Builder.version to an arbitrary JSON value.
You should usually call Builder.version with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final EvalCreateParams.Score.ProjectSlug.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final EvalCreateParams.Score.ProjectSlug.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final EvalCreateParams.Score.ProjectSlug.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final EvalCreateParams.Score.ProjectSlug.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final EvalCreateParams.Score.ProjectSlug.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final EvalCreateParams.Score.ProjectSlug build()
Returns an immutable instance of ProjectSlug.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.projectName() .slug()
-
-
-
-