public static enum ListWorkRequestsRequest.OperationType extends Enum<ListWorkRequestsRequest.OperationType> implements BmcEnum
Filter results by the type of the operation associated with the work request.
Modifier and Type | Method and Description |
---|---|
static ListWorkRequestsRequest.OperationType |
create(String key) |
String |
getValue() |
static ListWorkRequestsRequest.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListWorkRequestsRequest.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListWorkRequestsRequest.OperationType NotebookSessionCreate
public static final ListWorkRequestsRequest.OperationType NotebookSessionDelete
public static final ListWorkRequestsRequest.OperationType NotebookSessionActivate
public static final ListWorkRequestsRequest.OperationType NotebookSessionDeactivate
public static final ListWorkRequestsRequest.OperationType ModelversionsetDelete
public static final ListWorkRequestsRequest.OperationType ExportModelArtifact
public static final ListWorkRequestsRequest.OperationType ImportModelArtifact
public static final ListWorkRequestsRequest.OperationType ModelDeploymentCreate
public static final ListWorkRequestsRequest.OperationType ModelDeploymentDelete
public static final ListWorkRequestsRequest.OperationType ModelDeploymentActivate
public static final ListWorkRequestsRequest.OperationType ModelDeploymentDeactivate
public static final ListWorkRequestsRequest.OperationType ModelDeploymentUpdate
public static final ListWorkRequestsRequest.OperationType ProjectDelete
public static final ListWorkRequestsRequest.OperationType WorkrequestCancel
public static final ListWorkRequestsRequest.OperationType JobDelete
public static final ListWorkRequestsRequest.OperationType PipelineCreate
public static final ListWorkRequestsRequest.OperationType PipelineDelete
public static final ListWorkRequestsRequest.OperationType PipelineRunCreate
public static final ListWorkRequestsRequest.OperationType PipelineRunCancel
public static final ListWorkRequestsRequest.OperationType PipelineRunDelete
public static final ListWorkRequestsRequest.OperationType PrivateEndpointCreate
public static final ListWorkRequestsRequest.OperationType PrivateEndpointDelete
public static final ListWorkRequestsRequest.OperationType PrivateEndpointMove
public static final ListWorkRequestsRequest.OperationType PrivateEndpointUpdate
public static ListWorkRequestsRequest.OperationType[] values()
for (ListWorkRequestsRequest.OperationType c : ListWorkRequestsRequest.OperationType.values()) System.out.println(c);
public static ListWorkRequestsRequest.OperationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListWorkRequestsRequest.OperationType create(String key)
Copyright © 2016–2024. All rights reserved.