@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public class ListNotebookSessionsRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
ListNotebookSessionsRequest.Builder |
static class |
ListNotebookSessionsRequest.SortBy
Specifies the field to sort by.
|
static class |
ListNotebookSessionsRequest.SortOrder
Specifies sort order to use, either
ASC (ascending) or DESC (descending). |
Modifier and Type | Method and Description |
---|---|
static ListNotebookSessionsRequest.Builder |
builder() |
String |
getCompartmentId()
Filter results by the OCID of the compartment.
|
String |
getCreatedBy()
Filter results by the OCID of the user who created the resource.
|
String |
getDisplayName()
Filter results by its user-friendly name.
|
String |
getId()
Filter results by OCID.
|
NotebookSessionLifecycleState |
getLifecycleState()
Filter results by the specified lifecycle state.
|
Integer |
getLimit()
For list pagination.
|
String |
getOpcRequestId()
Unique Oracle-assigned identifier for the request.
|
String |
getPage()
For list pagination.
|
String |
getProjectId()
Filter results by the OCID of the project.
|
ListNotebookSessionsRequest.SortBy |
getSortBy()
Specifies the field to sort by.
|
ListNotebookSessionsRequest.SortOrder |
getSortOrder()
Specifies sort order to use, either
ASC (ascending) or DESC (descending). |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListNotebookSessionsRequest.Builder builder()
public String getId()
Filter results by OCID. Must be an OCID of the correct type for the resource type.
public String getDisplayName()
Filter results by its user-friendly name.
public NotebookSessionLifecycleState getLifecycleState()
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
public String getCreatedBy()
Filter results by the OCID of the user who created the resource.
public Integer getLimit()
For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. 1 is the minimum, 1000 is the maximum. See List Pagination.
Example: 500
public String getPage()
For list pagination. The value of the opc-next-page
response header from the previous "List" call.
See List Pagination.
public ListNotebookSessionsRequest.SortOrder getSortOrder()
Specifies sort order to use, either ASC
(ascending) or DESC
(descending).
public ListNotebookSessionsRequest.SortBy getSortBy()
Specifies the field to sort by. Accepts only one field. By default, when you sort by timeCreated
, results are shown in descending order. When you sort by displayName
, results are shown in ascending order. Sort order for displayName
field is case sensitive.
public String getOpcRequestId()
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Copyright © 2016–2020. All rights reserved.