@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
The system value used for filtering.
|
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
The lookup type.
|
Constructor and Description |
---|
ListLookupsRequest() |
Modifier and Type | Method and Description |
---|---|
static ListLookupsRequest.Builder |
builder()
Return a new builder for this request object.
|
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal
to ‘this’.
|
String |
getCategories()
A comma-separated list of categories used for filtering
|
Boolean |
getIsHideSpecial()
A flag indicating whether or not to return OMC annotated or hidden lookups.
|
ListLookupsRequest.IsSystem |
getIsSystem()
The system value used for filtering.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getLookupDisplayText()
The lookup text used for filtering.
|
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()
The lookup type.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ListLookupsRequest.Builder |
toBuilder()
Return an instance of
ListLookupsRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getNamespaceName()
The Logging Analytics namespace used for the request.
public ListLookupsRequest.Type getType()
The lookup type. Valid values are Lookup, Dictionary or Module.
public String getLookupDisplayText()
The lookup text used for filtering. Only lookups with the specified name or description will be returned.
public ListLookupsRequest.IsSystem getIsSystem()
The system value used for filtering. Only items with the specified system value will be returned. Valid values are built in, custom (for user defined items), or all (for all items, regardless of system value).
public ListLookupsRequest.SortBy getSortBy()
sort by field
public ListLookupsRequest.Status getStatus()
The lookup status used for filtering when fetching a list of lookups.
public String getCategories()
A comma-separated list of categories used for filtering
public Boolean getIsHideSpecial()
A flag indicating whether or not to return OMC annotated or hidden lookups.
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.
public ListLookupsRequest.Builder toBuilder()
Return an instance of ListLookupsRequest.Builder
that allows you to modify request properties.
ListLookupsRequest.Builder
that allows you to modify request properties.public static ListLookupsRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<Void>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2024. All rights reserved.