All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ghunteranderson.nexus.client.PaginatedResponse Maven / Gradle / Ivy

The newest version!
package com.ghunteranderson.nexus.client;

import java.util.List;

import lombok.Data;

@Data
class PaginatedResponse  {
	private List items;
	private String continuationToken;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy