Class PaginatedEmployeeList.Builder
- java.lang.Object
-
- com.merge.api.resources.hris.types.PaginatedEmployeeList.Builder
-
- Enclosing class:
- PaginatedEmployeeList
public static final class PaginatedEmployeeList.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginatedEmployeeListbuild()PaginatedEmployeeList.Builderfrom(PaginatedEmployeeList other)PaginatedEmployeeList.Buildernext(java.lang.String next)PaginatedEmployeeList.Buildernext(java.util.Optional<java.lang.String> next)PaginatedEmployeeList.Builderprevious(java.lang.String previous)PaginatedEmployeeList.Builderprevious(java.util.Optional<java.lang.String> previous)PaginatedEmployeeList.Builderresults(java.util.List<Employee> results)PaginatedEmployeeList.Builderresults(java.util.Optional<java.util.List<Employee>> results)
-
-
-
Method Detail
-
from
public PaginatedEmployeeList.Builder from(PaginatedEmployeeList other)
-
next
public PaginatedEmployeeList.Builder next(java.util.Optional<java.lang.String> next)
-
next
public PaginatedEmployeeList.Builder next(java.lang.String next)
-
previous
public PaginatedEmployeeList.Builder previous(java.util.Optional<java.lang.String> previous)
-
previous
public PaginatedEmployeeList.Builder previous(java.lang.String previous)
-
results
public PaginatedEmployeeList.Builder results(java.util.Optional<java.util.List<Employee>> results)
-
results
public PaginatedEmployeeList.Builder results(java.util.List<Employee> results)
-
build
public PaginatedEmployeeList build()
-
-