@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class BatchGetBasicInfoRequest extends com.oracle.bmc.requests.BmcRequest<LabelNames>
Example: Click here to see how to use BatchGetBasicInfoRequest.
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchGetBasicInfoRequest.BasicLabelSortBy
sort by label
|
static class |
BatchGetBasicInfoRequest.Builder |
static class |
BatchGetBasicInfoRequest.SortOrder
The sort order to use, either ascending (
ASC) or descending (DESC). |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetBasicInfoRequest.Builder |
builder() |
LabelNames |
getBasicDetails()
List of label names to get information on
|
BatchGetBasicInfoRequest.BasicLabelSortBy |
getBasicLabelSortBy()
sort by label
|
LabelNames |
getBody$()
Alternative accessor for the body parameter.
|
Boolean |
getIsIncludeDeleted()
flag for whether or not to include information on deleted labels
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getNamespaceName()
The Logging Analytics namespace used for the request.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
String |
getPage()
The page token representing the page at which to start retrieving results.
|
BatchGetBasicInfoRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC) or descending (DESC). |
public LabelNames getBody$()
Alternative accessor for the body parameter.
getBody$ in class com.oracle.bmc.requests.BmcRequest<LabelNames>public static BatchGetBasicInfoRequest.Builder builder()
public String getNamespaceName()
The Logging Analytics namespace used for the request.
public LabelNames getBasicDetails()
List of label names to get information on
public Boolean getIsIncludeDeleted()
flag for whether or not to include information on deleted labels
public Integer getLimit()
The maximum number of items to return.
public String getPage()
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
public BatchGetBasicInfoRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).
public BatchGetBasicInfoRequest.BasicLabelSortBy getBasicLabelSortBy()
sort by label
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2021. All rights reserved.