Class ContractSchemaProperty.Builder
- java.lang.Object
-
- com.ibm.cloud.dph_services.dph.v1.model.ContractSchemaProperty.Builder
-
- Enclosing class:
- ContractSchemaProperty
public static class ContractSchemaProperty.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContractSchemaProperty
build()
Builds a ContractSchemaProperty.ContractSchemaProperty.Builder
name(java.lang.String name)
Set the name.ContractSchemaProperty.Builder
type(ContractSchemaPropertyType type)
Set the type.
-
-
-
Method Detail
-
build
public ContractSchemaProperty build()
Builds a ContractSchemaProperty.- Returns:
- the new ContractSchemaProperty instance
-
name
public ContractSchemaProperty.Builder name(java.lang.String name)
Set the name.- Parameters:
name
- the name- Returns:
- the ContractSchemaProperty builder
-
type
public ContractSchemaProperty.Builder type(ContractSchemaPropertyType type)
Set the type.- Parameters:
type
- the type- Returns:
- the ContractSchemaProperty builder
-
-