@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class ListLookupsRequest extends BmcRequest<Void>
Example: Click here to see how to use ListLookupsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListLookupsRequest.Builder |
static class |
ListLookupsRequest.IsSystem
Is system param of value (all, custom, sourceUsing)
|
static class |
ListLookupsRequest.SortBy
sort by field
|
static class |
ListLookupsRequest.SortOrder
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
static class |
ListLookupsRequest.Status
The lookup status used for filtering when fetching a list of lookups.
|
static class |
ListLookupsRequest.Type
type - possible values are Lookup or Dictionary
|
Modifier and Type | Method and Description |
---|---|
static ListLookupsRequest.Builder |
builder() |
Boolean |
getIsHideSpecial()
is include items
|
ListLookupsRequest.IsSystem |
getIsSystem()
Is system param of value (all, custom, sourceUsing)
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getLookupDisplayText()
Search by lookup display name or description.
|
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.
|
ListLookupsRequest.SortBy |
getSortBy()
sort by field
|
ListLookupsRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListLookupsRequest.Status |
getStatus()
The lookup status used for filtering when fetching a list of lookups.
|
ListLookupsRequest.Type |
getType()
type - possible values are Lookup or Dictionary
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListLookupsRequest.Builder builder()
public String getNamespaceName()
The Logging Analytics namespace used for the request.
public ListLookupsRequest.Type getType()
type - possible values are Lookup or Dictionary
public String getLookupDisplayText()
Search by lookup display name or description.
public ListLookupsRequest.IsSystem getIsSystem()
Is system param of value (all, custom, sourceUsing)
public ListLookupsRequest.SortBy getSortBy()
sort by field
public ListLookupsRequest.Status getStatus()
The lookup status used for filtering when fetching a list of lookups.
public Boolean getIsHideSpecial()
is include items
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 ListLookupsRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC
) or descending (DESC
).
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2021. All rights reserved.