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

edu.psu.swe.scim.spec.protocol.search.PageRequest Maven / Gradle / Ivy

There is a newer version: 2.22.4
Show newest version
package edu.psu.swe.scim.spec.protocol.search;

import lombok.Data;

@Data
public class PageRequest {
  private Integer startIndex;
  private Integer count;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy