Package com.xero.models.finance
Class UserActivitiesResponse
java.lang.Object
com.xero.models.finance.UserActivitiesResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUsersItem(UserResponse usersItem) usersThe month of the reportbooleanThe month of the reportThe requested Organisation to which the data pertainsgetUsers()Get usersinthashCode()organisationId(UUID organisationId) The requested Organisation to which the data pertainsvoidsetDataMonth(String dataMonth) The month of the reportvoidsetOrganisationId(UUID organisationId) The requested Organisation to which the data pertainsvoidsetUsers(List<UserResponse> users) userstoString()users(List<UserResponse> users) users
-
Constructor Details
-
UserActivitiesResponse
public UserActivitiesResponse()
-
-
Method Details
-
organisationId
The requested Organisation to which the data pertains- Parameters:
organisationId- UUID- Returns:
- UserActivitiesResponse
-
getOrganisationId
The requested Organisation to which the data pertains- Returns:
- organisationId
-
setOrganisationId
The requested Organisation to which the data pertains- Parameters:
organisationId- UUID
-
dataMonth
The month of the report- Parameters:
dataMonth- String- Returns:
- UserActivitiesResponse
-
getDataMonth
-
setDataMonth
-
users
users- Parameters:
users- List<UserResponse>- Returns:
- UserActivitiesResponse
-
addUsersItem
users- Parameters:
usersItem- UserResponse- Returns:
- UserActivitiesResponse
-
getUsers
-
setUsers
-
equals
-
hashCode
-
toString
-