Skip navigation links
com.bharosa.vcrypt.tracker.data
Class GetUserDevicesResultData
java.lang.Object
com.bharosa.vcrypt.tracker.data.GetUserDevicesResultData
-
public class GetUserDevicesResultData
- extends Object
This class is the response object for VCryptTracker.getUserDevices(). It contains totalCount, fromIndex, and userDevices.
- totalCount - Total number of devices associated with the user. Clients can use this information for paging to determine the number of pages.
- fromIndex - The fromIndex passed in to the query. This will be whatever value was set in the GetUserDevicesRequestData.fromIndex.
- userDevices - The list of devices for the user returned by the query.
- Since:
- 11.1.2.2.0
- Version:
- $Header: oaam/apps/oaam_core/src/com/bharosa/vcrypt/tracker/data/GetUserDevicesResultData.java /main/2 2014/01/02 14:05:39 jpdavis Exp $
- See Also:
VCryptTracker.getUserDevices(GetUserDevicesRequestData)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetUserDevicesResultData
public GetUserDevicesResultData(long totalCount,
long fromIndex,
UserDevice[] userDevices)
getTotalCount
public long getTotalCount()
getFromIndex
public long getFromIndex()
getUserDevices
public UserDevice[] getUserDevices()
Skip navigation links
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.