Uses of Class
com.xero.models.finance.UserResponse
Packages that use UserResponse
-
Uses of UserResponse in com.xero.models.finance
Methods in com.xero.models.finance that return UserResponseModifier and TypeMethodDescriptionUserResponse.absoluteValueDocumentsCreated(Double absoluteValueDocumentsCreated) Absolute value of documents created.UserResponse.addAttachedPracticesItem(PracticeResponse attachedPracticesItem) attachedPracticesUserResponse.addHistoryRecordsItem(HistoryRecordResponse historyRecordsItem) historyRecordsUserResponse.attachedPractices(List<PracticeResponse> attachedPractices) attachedPracticesUserResponse.hasAccountantRole(Boolean hasAccountantRole) User has Accountant role.UserResponse.historyRecords(List<HistoryRecordResponse> historyRecords) historyRecordsUserResponse.isExternalPartner(Boolean isExternalPartner) User is external partner.UserResponse.lastLoginDateUtc(org.threeten.bp.OffsetDateTime lastLoginDateUtc) Timestamp of user last loginUserResponse.monthPeriod(String monthPeriod) Month period in format yyyy-MM.UserResponse.netValueDocumentsCreated(Double netValueDocumentsCreated) Net value of documents created.UserResponse.numberOfDocumentsCreated(Integer numberOfDocumentsCreated) Number of documents created.UserResponse.numberOfLogins(Integer numberOfLogins) Number of times the user has logged in.UserResponse.userCreatedDateUtc(org.threeten.bp.OffsetDateTime userCreatedDateUtc) Timestamp of user creation.The Xero identifier for the userMethods in com.xero.models.finance that return types with arguments of type UserResponseMethods in com.xero.models.finance with parameters of type UserResponseModifier and TypeMethodDescriptionUserActivitiesResponse.addUsersItem(UserResponse usersItem) usersMethod parameters in com.xero.models.finance with type arguments of type UserResponseModifier and TypeMethodDescriptionvoidUserActivitiesResponse.setUsers(List<UserResponse> users) usersUserActivitiesResponse.users(List<UserResponse> users) users