Package com.oracle.bmc.opsi.model
Class OpsiDataObjectSupportedQueryParam.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.OpsiDataObjectSupportedQueryParam.Builder
-
- Enclosing class:
- OpsiDataObjectSupportedQueryParam
public static class OpsiDataObjectSupportedQueryParam.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpsiDataObjectSupportedQueryParam
build()
OpsiDataObjectSupportedQueryParam.Builder
copy(OpsiDataObjectSupportedQueryParam model)
OpsiDataObjectSupportedQueryParam.Builder
dataType(String dataType)
Data type of the for the query parameter.OpsiDataObjectSupportedQueryParam.Builder
description(String description)
Description of the query parameter.OpsiDataObjectSupportedQueryParam.Builder
name(String name)
Name of the query parameter.
-
-
-
Method Detail
-
name
public OpsiDataObjectSupportedQueryParam.Builder name(String name)
Name of the query parameter.- Parameters:
name
- the value to set- Returns:
- this builder
-
description
public OpsiDataObjectSupportedQueryParam.Builder description(String description)
Description of the query parameter.- Parameters:
description
- the value to set- Returns:
- this builder
-
dataType
public OpsiDataObjectSupportedQueryParam.Builder dataType(String dataType)
Data type of the for the query parameter.- Parameters:
dataType
- the value to set- Returns:
- this builder
-
build
public OpsiDataObjectSupportedQueryParam build()
-
copy
public OpsiDataObjectSupportedQueryParam.Builder copy(OpsiDataObjectSupportedQueryParam model)
-
-