Package | Description |
---|---|
com.oracle.bmc.aidocument | |
com.oracle.bmc.aidocument.model | |
com.oracle.bmc.aidocument.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetProjectRequest,GetProjectResponse> |
AIServiceDocumentWaiters.forProject(GetProjectRequest request,
Project.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProjectRequest,GetProjectResponse> |
AIServiceDocumentWaiters.forProject(GetProjectRequest request,
Project.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProjectRequest,GetProjectResponse> |
AIServiceDocumentWaiters.forProject(GetProjectRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Project.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Project.LifecycleState |
Project.LifecycleState.create(String key) |
Project.LifecycleState |
ProjectSummary.getLifecycleState()
The current state of the project.
|
Project.LifecycleState |
Project.getLifecycleState()
The current state of the project.
|
static Project.LifecycleState |
Project.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Project.LifecycleState[] |
Project.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProjectSummary.Builder |
ProjectSummary.Builder.lifecycleState(Project.LifecycleState lifecycleState)
The current state of the project.
|
Project.Builder |
Project.Builder.lifecycleState(Project.LifecycleState lifecycleState)
The current state of the project.
|
Constructor and Description |
---|
Project(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Project.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks)
Deprecated.
|
ProjectSummary(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Project.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Project.LifecycleState |
ListProjectsRequest.getLifecycleState()
The filter to match projects with the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.lifecycleState(Project.LifecycleState lifecycleState)
The filter to match projects with the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.