Uses of Class
com.azure.resourcemanager.securityinsights.models.CodelessConnectorPollingPagingProperties
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of CodelessConnectorPollingPagingProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionCodelessConnectorPollingConfigProperties.paging()
Get the paging property: Describe the poll request paging config of the poller.CodelessConnectorPollingPagingProperties.withNextPageParaName
(String nextPageParaName) Set the nextPageParaName property: Defines the name of a next page attribute.CodelessConnectorPollingPagingProperties.withNextPageTokenJsonPath
(String nextPageTokenJsonPath) Set the nextPageTokenJsonPath property: Defines the path to a next page token JSON.CodelessConnectorPollingPagingProperties.withPageCountAttributePath
(String pageCountAttributePath) Set the pageCountAttributePath property: Defines the path to a page count attribute.CodelessConnectorPollingPagingProperties.withPageSize
(Integer pageSize) Set the pageSize property: Defines the paging size.CodelessConnectorPollingPagingProperties.withPageSizeParaName
(String pageSizeParaName) Set the pageSizeParaName property: Defines the name of the page size parameter.CodelessConnectorPollingPagingProperties.withPageTimestampAttributePath
(String pageTimestampAttributePath) Set the pageTimestampAttributePath property: Defines the path to a paging time stamp attribute.CodelessConnectorPollingPagingProperties.withPageTotalCountAttributePath
(String pageTotalCountAttributePath) Set the pageTotalCountAttributePath property: Defines the path to a page total count attribute.CodelessConnectorPollingPagingProperties.withPagingType
(String pagingType) Set the pagingType property: Describes the type.CodelessConnectorPollingPagingProperties.withSearchTheLatestTimestampFromEventsList
(String searchTheLatestTimestampFromEventsList) Set the searchTheLatestTimestampFromEventsList property: Determines whether to search for the latest time stamp in the events list.Modifier and TypeMethodDescriptionCodelessConnectorPollingConfigProperties.withPaging
(CodelessConnectorPollingPagingProperties paging) Set the paging property: Describe the poll request paging config of the poller.