@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class ListCategoriesRequest extends BmcRequest<Void>
Example: Click here to see how to use ListCategoriesRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListCategoriesRequest.Builder |
static class |
ListCategoriesRequest.SortBy
The attribute used to sort the returned categories
|
static class |
ListCategoriesRequest.SortOrder
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Constructor and Description |
---|
ListCategoriesRequest() |
Modifier and Type | Method and Description |
---|---|
static ListCategoriesRequest.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 |
getCategoryDisplayText()
The category display text used for filtering.
|
String |
getCategoryType()
A comma-separated list of category types used for filtering.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getName()
A filter to return only log analytics entities whose name matches the entire name given.
|
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.
|
ListCategoriesRequest.SortBy |
getSortBy()
The attribute used to sort the returned categories
|
ListCategoriesRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ListCategoriesRequest.Builder |
toBuilder()
Return an instance of
ListCategoriesRequest.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 String getCategoryType()
A comma-separated list of category types used for filtering. Only categories of the specified types will be returned.
public String getCategoryDisplayText()
The category display text used for filtering. Only categories matching the specified display name or description will be returned.
public ListCategoriesRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC
) or descending (DESC
).
public ListCategoriesRequest.SortBy getSortBy()
The attribute used to sort the returned categories
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 String getName()
A filter to return only log analytics entities whose name matches the entire name given. The match is case-insensitive.
public String getOpcRequestId()
The client request ID for tracing.
public ListCategoriesRequest.Builder toBuilder()
Return an instance of ListCategoriesRequest.Builder
that allows you to modify request properties.
ListCategoriesRequest.Builder
that allows you to modify request properties.public static ListCategoriesRequest.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.