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.75.0/loganalytics/ListSourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSourcesRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListSourcesRequest.Builderstatic classListSourcesRequest.IsSystemThe system value used for filtering.static classListSourcesRequest.SortByThe attribute used to sort the returned sourcesstatic classListSourcesRequest.SortOrderThe sort order to use, either ascending (ASC) or descending (DESC).
 - 
Constructor SummaryConstructors Constructor Description ListSourcesRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSourcesRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetCategories()A comma-separated list of categories used for filteringStringgetCompartmentId()The ID of the compartment in which to list resources.StringgetEntityType()A filter to return only sources associated with entities of the specified type.BooleangetIsAutoAssociated()An auto-associate flag used for filtering.BooleangetIsSimplified()A flag specifying whether or not to return all source information, or a subset of the information about each source.ListSourcesRequest.IsSystemgetIsSystem()The system value used for filtering.IntegergetLimit()The maximum number of items to return.StringgetName()A filter to return only log analytics entities whose name matches the entire name given.StringgetNamespaceName()The Logging Analytics namespace used for the request.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()The page token representing the page at which to start retrieving results.StringgetPatternText()The pattern text filter.ListSourcesRequest.SortBygetSortBy()The attribute used to sort the returned sourcesListSourcesRequest.SortOrdergetSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).StringgetSourceDisplayText()The source display text used for filtering.StringgetSourceType()The source type.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListSourcesRequest.BuildertoBuilder()Return an instance ofListSourcesRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getNamespaceNamepublic String getNamespaceName() The Logging Analytics namespace used for the request.
 - 
getCompartmentIdpublic String getCompartmentId() The ID of the compartment in which to list resources.
 - 
getEntityTypepublic String getEntityType() A filter to return only sources associated with entities of the specified type.The match is case-insensitive. 
 - 
getSourceDisplayTextpublic String getSourceDisplayText() The source display text used for filtering.Only sources with the specified name or description will be returned. 
 - 
getIsSystempublic 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). 
 - 
getIsAutoAssociatedpublic Boolean getIsAutoAssociated() An auto-associate flag used for filtering.Only sources which are marked for automatic association will be returned. 
 - 
getSortOrderpublic ListSourcesRequest.SortOrder getSortOrder() The sort order to use, either ascending (ASC) or descending (DESC).
 - 
getSortBypublic ListSourcesRequest.SortBy getSortBy() The attribute used to sort the returned sources
 - 
getLimitpublic Integer getLimit() The maximum number of items to return.
 - 
getPagepublic String getPage() The page token representing the page at which to start retrieving results.This is usually retrieved from a previous list call. 
 - 
getNamepublic String getName() A filter to return only log analytics entities whose name matches the entire name given.The match is case-insensitive. 
 - 
getSourceTypepublic String getSourceType() The source type.
 - 
getCategoriespublic String getCategories() A comma-separated list of categories used for filtering
 - 
getPatternTextpublic String getPatternText() The pattern text filter.Only sources with a pattern | which contains text with the specified string will be returned. 
 - 
getIsSimplifiedpublic 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.) 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
toBuilderpublic ListSourcesRequest.Builder toBuilder() Return an instance ofListSourcesRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListSourcesRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListSourcesRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-