Uses of Class
com.oracle.bmc.dataintegration.model.TypeLibrary.Builder
-
Packages that use TypeLibrary.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TypeLibrary.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TypeLibrary.Builder Modifier and Type Method Description static TypeLibrary.BuilderTypeLibrary. builder()Create a new builder.TypeLibrary.BuilderTypeLibrary.Builder. copy(TypeLibrary model)TypeLibrary.BuilderTypeLibrary.Builder. description(String description)A user defined description for the object.TypeLibrary.BuilderTypeLibrary.Builder. identifier(String identifier)Value can only contain upper case letters, underscore, and numbers.TypeLibrary.BuilderTypeLibrary.Builder. key(String key)The key of the object.TypeLibrary.BuilderTypeLibrary.Builder. modelType(String modelType)The type of the object.TypeLibrary.BuilderTypeLibrary.Builder. modelVersion(String modelVersion)The model version of an object.TypeLibrary.BuilderTypeLibrary.Builder. name(String name)Free form text without any restriction on permitted characters.TypeLibrary.BuilderTypeLibrary.Builder. objectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.TypeLibrary.BuilderTypeLibrary.Builder. objectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.TypeLibrary.BuilderTypeLibrary.Builder. parentRef(ParentReference parentRef)TypeLibrary.BuilderTypeLibrary. toBuilder()TypeLibrary.BuilderTypeLibrary.Builder. types(Map<String,DerivedType> types)types
-