Package org.azd.abstractions.serializer
Class SerializableCollectionEntity
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.abstractions.serializer.SerializableCollectionEntity
- Direct Known Subclasses:
AccountRecentActivityWorkItems
,Accounts
,ACLs
,ApiLocations
,Attachments
,BuildArtifacts
,BuildChanges
,BuildControllers
,BuildDefinitionRevisions
,BuildDefinitions
,BuildLogs
,Builds
,BuildTags
,BuildWorkItems
,ContributedFeatures
,DefinitionResourceReferences
,DeploymentGroups
,Deployments
,EnvironmentInstances
,FeedPermissions
,Feeds
,FeedViews
,Folders
,GitCommitRefs
,GitCommits
,GitDeletedRepositories
,GitForkSyncRequests
,GitItems
,GitPushes
,GitRefs
,GitRefUpdateResults
,GitRepositoryRefs
,GitStatuses
,GraphEntities
,GraphGroups
,GraphMemberships
,GraphServicePrincipals
,GraphUsers
,GroupEntitlements
,Identities
,InstalledExtensions
,ManualInterventions
,PipelineRuns
,Pipelines
,PolicyConfigurations
,PolicyEvaluationRecords
,PolicyTypes
,Processes
,ProjectProperties
,Projects
,PullRequestReviewers
,PullRequests
,QueryHierarchyItems
,ReleaseApprovals
,ReleaseDefinitionRevisions
,ReleaseDefinitions
,Releases
,Repositories
,RepositoryWebhooks
,ResourceAreas
,ResourceRefs
,RetentionLeases
,SecurityNamespaces
,SecurityRoles
,ServiceEndpoints
,ServiceHooksSubscriptions
,SourceProviderAttributes
,SourceProviderBranches
,SourceRepositoryItems
,TaskAgents
,TeamMemberCapacityIdentityRefs
,TeamMembers
,Teams
,TeamSettingsIterations
,TestRuns
,UserEntitlements
,VariableGroups
,WebApiTagDefinitions
,WebApiTeams
,WikiPageDetails
,WikiV2Pages
,WorkItemClassificationNodes
,WorkItemDeleteReferences
,WorkItemDeleteShallowReferences
,WorkItemFieldTypes
,WorkItemList
,WorkItemTagDefinitions
,WorkItemTypeFieldWithReferences
,WorkItemTypes
Collection entity that provides additional functionalities such as next page, continuation token.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the continuation token from response header.Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
SerializableCollectionEntity
public SerializableCollectionEntity()
-
-
Method Details
-
getContinuationToken
Retrieves the continuation token from response header. This can then be used for getting the paginated response. Note that not all the Apis return continuation token in the headers. If the header value "x-ms-continuationtoken" is present then it will be returned or an empty string will be returned.- Returns:
- String value.
-
getNextPageLink
-