Class BetaTextEditorCodeExecutionStrReplaceResultBlock
-
- All Implemented Interfaces:
public final class BetaTextEditorCodeExecutionStrReplaceResultBlock
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaTextEditorCodeExecutionStrReplaceResultBlock.BuilderA builder for BetaTextEditorCodeExecutionStrReplaceResultBlock.
-
Method Summary
-
-
Method Detail
-
toParam
final BetaTextEditorCodeExecutionStrReplaceResultBlockParam toParam()
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("text_editor_code_execution_str_replace_result")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_lines
final JsonField<List<String>> _lines()
Returns the raw JSON value of lines.
Unlike lines, this method doesn't throw if the JSON field has an unexpected type.
-
_newLines
final JsonField<Long> _newLines()
Returns the raw JSON value of newLines.
Unlike newLines, this method doesn't throw if the JSON field has an unexpected type.
-
_newStart
final JsonField<Long> _newStart()
Returns the raw JSON value of newStart.
Unlike newStart, this method doesn't throw if the JSON field has an unexpected type.
-
_oldLines
final JsonField<Long> _oldLines()
Returns the raw JSON value of oldLines.
Unlike oldLines, this method doesn't throw if the JSON field has an unexpected type.
-
_oldStart
final JsonField<Long> _oldStart()
Returns the raw JSON value of oldStart.
Unlike oldStart, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaTextEditorCodeExecutionStrReplaceResultBlock.Builder toBuilder()
-
validate
final BetaTextEditorCodeExecutionStrReplaceResultBlock validate()
-
builder
final static BetaTextEditorCodeExecutionStrReplaceResultBlock.Builder builder()
Returns a mutable builder for constructing an instance of BetaTextEditorCodeExecutionStrReplaceResultBlock.
The following fields are required:
.lines() .newLines() .newStart() .oldLines() .oldStart()
-
-
-
-