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

it.contactlab.hub.sdk.java.models.AbstractPage Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package it.contactlab.hub.sdk.java.models;

import org.immutables.value.Value;

@Value.Immutable
@Value.Style(typeImmutable = "*")
public abstract class AbstractPage {

  public abstract Integer number();

  public abstract Integer size();

  public abstract Integer totalElements();

  public abstract Integer totalPages();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy