Class ContractSchemaProperty
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.ContractSchemaProperty
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContractSchemaProperty extends com.ibm.cloud.sdk.core.service.model.GenericModel
Defines a property inside the schema.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContractSchemaProperty.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
name()
Gets the name.ContractSchemaProperty.Builder
newBuilder()
New builder.ContractSchemaPropertyType
type()
Gets the type.
-
-
-
Method Detail
-
newBuilder
public ContractSchemaProperty.Builder newBuilder()
New builder.- Returns:
- a ContractSchemaProperty builder
-
name
public java.lang.String name()
Gets the name. Property name.- Returns:
- the name
-
type
public ContractSchemaPropertyType type()
Gets the type. Detailed type definition of a schema property.- Returns:
- the type
-
-