Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
Application.Builder |
Application.Builder.applicationVersion(Integer applicationVersion)
The application’s version.
|
static Application.Builder |
Application.builder()
Create a new builder.
|
Application.Builder |
Application.Builder.compartmentId(String compartmentId)
OCID of the compartment that this resource belongs to.
|
Application.Builder |
Application.Builder.copy(Application model) |
Application.Builder |
Application.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
Application.Builder |
Application.Builder.dependentObjectMetadata(List<PatchObjectMetadata> dependentObjectMetadata)
A list of dependent objects in this patch.
|
Application.Builder |
Application.Builder.description(String description)
Detailed description for the object.
|
Application.Builder |
Application.Builder.displayName(String displayName)
Free form text without any restriction on permitted characters.
|
Application.Builder |
Application.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Application.Builder |
Application.Builder.id(String id)
OCID of the resource that is used to uniquely identify the application
|
Application.Builder |
Application.Builder.identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
Application.Builder |
Application.Builder.key(String key)
Generated key that can be used in API calls to identify application.
|
Application.Builder |
Application.Builder.keyMap(Map<String,String> keyMap)
A key map.
|
Application.Builder |
Application.Builder.lifecycleState(Application.LifecycleState lifecycleState)
The current state of the workspace.
|
Application.Builder |
Application.Builder.metadata(ObjectMetadata metadata) |
Application.Builder |
Application.Builder.modelType(String modelType)
The object type.
|
Application.Builder |
Application.Builder.modelVersion(String modelVersion)
The object’s model version.
|
Application.Builder |
Application.Builder.name(String name)
Free form text without any restriction on permitted characters.
|
Application.Builder |
Application.Builder.objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
Application.Builder |
Application.Builder.objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
Application.Builder |
Application.Builder.parentRef(ParentReference parentRef) |
Application.Builder |
Application.Builder.publishedObjectMetadata(Map<String,PatchObjectMetadata> publishedObjectMetadata)
A list of objects that are published or unpublished in this patch.
|
Application.Builder |
Application.Builder.sourceApplicationInfo(SourceApplicationInfo sourceApplicationInfo) |
Application.Builder |
Application.Builder.timeCreated(Date timeCreated)
The date and time the application was created, in the timestamp format defined by
RFC3339.
|
Application.Builder |
Application.Builder.timePatched(Date timePatched)
The date and time the application was patched, in the timestamp format defined by
RFC3339.
|
Application.Builder |
Application.Builder.timeUpdated(Date timeUpdated)
The date and time the application was updated, in the timestamp format defined by
RFC3339.
|
Application.Builder |
Application.toBuilder() |
Copyright © 2016–2024. All rights reserved.