Uses of Class
com.boldsign.model.UserRecords
Packages that use UserRecords
-
Uses of UserRecords in com.boldsign.api
Methods in com.boldsign.api that return UserRecordsModifier and TypeMethodDescriptionList user documents.Methods in com.boldsign.api that return types with arguments of type UserRecordsModifier and TypeMethodDescriptionUserApi.listUsersWithHttpInfo(Integer page, Integer pageSize, String search) List user documents.Method parameters in com.boldsign.api with type arguments of type UserRecordsModifier and TypeMethodDescriptionokhttp3.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 UserRecordsModifier and TypeMethodDescriptionUserRecords.addResultItem(UsersDetails resultItem) static UserRecordsCreate an instance of UserRecords given an JSON stringUserRecords.pageDetails(UserPageDetails pageDetails) UserRecords.result(List<UsersDetails> result)