@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class ListSourcesRequest extends BmcRequest<Void>
Example: Click here to see how to use ListSourcesRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListSourcesRequest.Builder |
static class |
ListSourcesRequest.IsSystem
The system value used for filtering.
|
static class |
ListSourcesRequest.SortBy
The attribute used to sort the returned sources
|
static class |
ListSourcesRequest.SortOrder
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
Constructor and Description |
---|
ListSourcesRequest() |
Modifier and Type | Method and Description |
---|---|
static ListSourcesRequest.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
|
String |
getCompartmentId()
The ID of the compartment in which to list resources.
|
String |
getEntityType()
A filter to return only sources associated with entities of the specified type.
|
Boolean |
getIsAutoAssociated()
An auto-associate flag used for filtering.
|
Boolean |
getIsSimplified()
A flag specifying whether or not to return all source information, or a subset of the
information about each source.
|
ListSourcesRequest.IsSystem |
getIsSystem()
The system value 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.
|
ListSourcesRequest.SortBy |
getSortBy()
The attribute used to sort the returned sources
|
ListSourcesRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
String |
getSourceDisplayText()
The source display text used for filtering.
|
String |
getSourceType()
The source type.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ListSourcesRequest.Builder |
toBuilder()
Return an instance of
ListSourcesRequest.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 getCompartmentId()
The ID of the compartment in which to list resources.
public String getEntityType()
A filter to return only sources associated with entities of the specified type. The match is case-insensitive.
public String getSourceDisplayText()
The source display text used for filtering. Only sources with the specified name or description will be returned.
public ListSourcesRequest.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 Boolean getIsAutoAssociated()
An auto-associate flag used for filtering. Only sources which are marked for automatic association will be returned.
public ListSourcesRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC
) or descending (DESC
).
public ListSourcesRequest.SortBy getSortBy()
The attribute used to sort the returned sources
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 getSourceType()
The source type.
public String getCategories()
A comma-separated list of categories used for filtering
public Boolean getIsSimplified()
A flag specifying whether or not to return all source information, or a subset of the information about each source. A value of true will return only the source unique identifier and the source name. A value of false will return all source information (such as author, updated date, system flag, etc.)
public String getOpcRequestId()
The client request ID for tracing.
public ListSourcesRequest.Builder toBuilder()
Return an instance of ListSourcesRequest.Builder
that allows you to modify request properties.
ListSourcesRequest.Builder
that allows you to modify request properties.public static ListSourcesRequest.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.