| Modifier and Type | Method and Description |
|---|---|
Request.Builder |
Request.Builder.clearJpqlString()
Clears the value of the 'jpqlString' field
|
Request.Builder |
Request.Builder.clearLocal()
Clears the value of the 'local' field
|
Request.Builder |
Request.Builder.clearMaxResult()
Clears the value of the 'maxResult' field
|
Request.Builder |
Request.Builder.clearSchemaName()
Clears the value of the 'schemaName' field
|
Request.Builder |
Request.Builder.clearStartOffset()
Clears the value of the 'startOffset' field
|
static Request.Builder |
Request.newBuilder()
Creates a new Request RecordBuilder
|
static Request.Builder |
Request.newBuilder(Request.Builder other)
Creates a new Request RecordBuilder by copying an existing Builder
|
static Request.Builder |
Request.newBuilder(Request other)
Creates a new Request RecordBuilder by copying an existing Request instance
|
Request.Builder |
Request.Builder.setJpqlString(String value)
Sets the value of the 'jpqlString' field
|
Request.Builder |
Request.Builder.setLocal(boolean value)
Sets the value of the 'local' field
|
Request.Builder |
Request.Builder.setMaxResult(int value)
Sets the value of the 'maxResult' field
|
Request.Builder |
Request.Builder.setSchemaName(String value)
Sets the value of the 'schemaName' field
|
Request.Builder |
Request.Builder.setStartOffset(long value)
Sets the value of the 'startOffset' field
|
| Modifier and Type | Method and Description |
|---|---|
static Request.Builder |
Request.newBuilder(Request.Builder other)
Creates a new Request RecordBuilder by copying an existing Builder
|
Copyright © 2016. All rights reserved.