Class PostAuthenticationResponse
java.lang.Object
org.apache.fineract.client.models.PostAuthenticationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class PostAuthenticationResponse
extends Object
PostAuthenticationResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPermissionsItem(String permissionsItem) addRolesItem(RoleData rolesItem) authenticated(Boolean authenticated) base64EncodedAuthenticationKey(String base64EncodedAuthenticationKey) booleanGet authenticatedGet base64EncodedAuthenticationKeyGet officeIdGet officeNameGet organisationalRoleGet permissionsgetRoles()Get rolesGet staffDisplayNameGet staffIdGet userIdGet usernameinthashCode()officeName(String officeName) organisationalRole(EnumOptionData organisationalRole) permissions(List<String> permissions) voidsetAuthenticated(Boolean authenticated) voidsetBase64EncodedAuthenticationKey(String base64EncodedAuthenticationKey) 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_AUTHENTICATED
- See Also:
-
SERIALIZED_NAME_BASE64_ENCODED_AUTHENTICATION_KEY
- 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
-
PostAuthenticationResponse
public PostAuthenticationResponse()
-
-
Method Details
-
authenticated
-
getAuthenticated
Get authenticated- Returns:
- authenticated
-
setAuthenticated
-
base64EncodedAuthenticationKey
public PostAuthenticationResponse base64EncodedAuthenticationKey(String base64EncodedAuthenticationKey) -
getBase64EncodedAuthenticationKey
Get base64EncodedAuthenticationKey- Returns:
- base64EncodedAuthenticationKey
-
setBase64EncodedAuthenticationKey
-
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
-