Class GetUserDetailsResponse
java.lang.Object
org.apache.fineract.client.models.GetUserDetailsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class GetUserDetailsResponse
extends Object
GetUserDetailsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessToken(String accessToken) addPermissionsItem(String permissionsItem) addRolesItem(RoleData rolesItem) authenticated(Boolean authenticated) booleanGet accessTokenGet authenticatedGet officeIdGet officeNameGet organisationalRoleGet permissionsgetRoles()Get rolesGet staffDisplayNameGet staffIdGet userIdGet usernameinthashCode()officeName(String officeName) organisationalRole(EnumOptionData organisationalRole) permissions(List<String> permissions) voidsetAccessToken(String accessToken) voidsetAuthenticated(Boolean authenticated) voidsetOfficeId(Long officeId) voidsetOfficeName(String officeName) voidsetOrganisationalRole(EnumOptionData organisationalRole) voidsetPermissions(List<String> permissions) voidvoidsetStaffDisplayName(String staffDisplayName) voidsetStaffId(Long staffId) voidvoidsetUsername(String username) staffDisplayName(String staffDisplayName) toString()
-
Field Details
-
SERIALIZED_NAME_ACCESS_TOKEN
- See Also:
-
SERIALIZED_NAME_AUTHENTICATED
- See Also:
-
SERIALIZED_NAME_OFFICE_ID
- See Also:
-
SERIALIZED_NAME_OFFICE_NAME
- See Also:
-
SERIALIZED_NAME_ORGANISATIONAL_ROLE
- See Also:
-
SERIALIZED_NAME_PERMISSIONS
- See Also:
-
SERIALIZED_NAME_ROLES
- See Also:
-
SERIALIZED_NAME_STAFF_DISPLAY_NAME
- See Also:
-
SERIALIZED_NAME_STAFF_ID
- See Also:
-
SERIALIZED_NAME_USER_ID
- See Also:
-
SERIALIZED_NAME_USERNAME
- See Also:
-
-
Constructor Details
-
GetUserDetailsResponse
public GetUserDetailsResponse()
-
-
Method Details
-
accessToken
-
getAccessToken
Get accessToken- Returns:
- accessToken
-
setAccessToken
-
authenticated
-
getAuthenticated
Get authenticated- Returns:
- authenticated
-
setAuthenticated
-
officeId
-
getOfficeId
Get officeId- Returns:
- officeId
-
setOfficeId
-
officeName
-
getOfficeName
Get officeName- Returns:
- officeName
-
setOfficeName
-
organisationalRole
-
getOrganisationalRole
Get organisationalRole- Returns:
- organisationalRole
-
setOrganisationalRole
-
permissions
-
addPermissionsItem
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
roles
-
addRolesItem
-
getRoles
Get roles- Returns:
- roles
-
setRoles
-
staffDisplayName
-
getStaffDisplayName
Get staffDisplayName- Returns:
- staffDisplayName
-
setStaffDisplayName
-
staffId
-
getStaffId
Get staffId- Returns:
- staffId
-
setStaffId
-
userId
-
getUserId
Get userId- Returns:
- userId
-
setUserId
-
username
-
getUsername
Get username- Returns:
- username
-
setUsername
-
equals
-
hashCode
public int hashCode() -
toString
-