Метод | Описание | |
---|---|---|
Build ( ) : |
Creates the
|
|
OperationOptionsBuilder ( ) : System |
Create a builder with an empty set of options.
|
|
OperationOptionsBuilder ( |
Create a builder from an existing set of options.
|
|
SetOption ( String name, Object value ) : void |
Sets a given option and a value for that option.
|
|
SetSortKeys ( ) : |
Convenience method to set OperationOptions#OP_SORT_KEYS Since 1.4 |
public OperationOptionsBuilder ( ) : System | ||
Результат | System |
public OperationOptionsBuilder ( |
||
options | The existing set of options. Must not be null. | |
Результат | System |
public SetOption ( String name, Object value ) : void | ||
name | String | The name of the option |
value | Object | The value of the option. Must be one of the types that
/// we can serialize.
/// See |
Результат | void |
public SetSortKeys ( ) : |
||
Результат |