Uses of Class
com.boldsign.model.UserRecords
-
Packages that use UserRecords Package Description com.boldsign.api com.boldsign.model -
-
Uses of UserRecords in com.boldsign.api
Methods in com.boldsign.api that return UserRecords Modifier and Type Method Description UserRecordsUserApi. listUsers(Integer page, Integer pageSize, String search)List user documents.Methods in com.boldsign.api that return types with arguments of type UserRecords Modifier and Type Method Description ApiResponse<UserRecords>UserApi. listUsersWithHttpInfo(Integer page, Integer pageSize, String search)List user documents.Method parameters in com.boldsign.api with type arguments of type UserRecords Modifier and Type Method Description okhttp3.CallUserApi. listUsersAsync(Integer page, Integer pageSize, String search, ApiCallback<UserRecords> _callback)List user documents. -
Uses of UserRecords in com.boldsign.model
Methods in com.boldsign.model that return UserRecords Modifier and Type Method Description UserRecordsUserRecords. addResultItem(UsersDetails resultItem)static UserRecordsUserRecords. fromJson(String jsonString)Create an instance of UserRecords given an JSON stringUserRecordsUserRecords. pageDetails(UserPageDetails pageDetails)UserRecordsUserRecords. result(List<UsersDetails> result)
-