Class ListSourcesRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.loganalytics.requests.ListSourcesRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class ListSourcesRequest extends BmcRequest<Void>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/loganalytics/ListSourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSourcesRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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 sourcesstatic class
ListSourcesRequest.SortOrder
The sort order to use, either ascending (ASC) or descending (DESC).
-
Constructor Summary
Constructors Constructor Description ListSourcesRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 filteringString
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 sourcesListSourcesRequest.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 ofListSourcesRequest.Builder
that allows you to modify request properties.String
toString()
-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getNamespaceName
public String getNamespaceName()
The Logging Analytics namespace used for the request.
-
getCompartmentId
public String getCompartmentId()
The ID of the compartment in which to list resources.
-
getEntityType
public String getEntityType()
A filter to return only sources associated with entities of the specified type.The match is case-insensitive.
-
getSourceDisplayText
public String getSourceDisplayText()
The source display text used for filtering.Only sources with the specified name or description will be returned.
-
getIsSystem
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).
-
getIsAutoAssociated
public Boolean getIsAutoAssociated()
An auto-associate flag used for filtering.Only sources which are marked for automatic association will be returned.
-
getSortOrder
public ListSourcesRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).
-
getSortBy
public ListSourcesRequest.SortBy getSortBy()
The attribute used to sort the returned sources
-
getLimit
public Integer getLimit()
The maximum number of items to return.
-
getPage
public String getPage()
The page token representing the page at which to start retrieving results.This is usually retrieved from a previous list call.
-
getName
public String getName()
A filter to return only log analytics entities whose name matches the entire name given.The match is case-insensitive.
-
getSourceType
public String getSourceType()
The source type.
-
getCategories
public String getCategories()
A comma-separated list of categories used for filtering
-
getIsSimplified
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.)
-
getOpcRequestId
public String getOpcRequestId()
The client request ID for tracing.
-
toBuilder
public ListSourcesRequest.Builder toBuilder()
Return an instance ofListSourcesRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
ListSourcesRequest.Builder
that allows you to modify request properties.
-
builder
public static ListSourcesRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<Void>
-
-