Class O365JobSessionSetResponse
java.lang.Object
com.iland.core.web.rest.response.common.SetResponse<O365JobSessionResponse>
com.iland.core.web.rest.response.vbo.O365JobSessionSetResponse
- All Implemented Interfaces:
Serializable,Iterable<O365JobSessionResponse>
Office 365 VBO Job Session Set Response.
- Author:
- Julien Anguenot
- See Also:
-
Field Summary
Fields inherited from class com.iland.core.web.rest.response.common.SetResponse
data -
Constructor Summary
ConstructorsConstructorDescriptionO365JobSessionSetResponse(Set<O365JobSessionResponse> data, int page, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionintgetPage()Returns the page number.intReturns the page size.Methods inherited from class com.iland.core.web.rest.response.common.SetResponse
equals, getData, hashCode, iteratorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
O365JobSessionSetResponse
-
-
Method Details
-
getPage
public int getPage()Returns the page number.- Returns:
- the page number
-
getPageSize
public int getPageSize()Returns the page size.- Returns:
- the page size
-