Package com.bytedesk.core.rbac.user
Class UserRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.core.rbac.user.UserRequest
- All Implemented Interfaces:
PageableRequest,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate @Email(message="email format error") Stringprivate Booleanprivate Booleanprivate Stringprivate Booleanprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate static final longprivate UserEntity.Sexprivate StringFields inherited from class com.bytedesk.core.base.BaseRequest
channel, content, orgUid, pageNumber, pageSize, type, uid, userUid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
num
-
username
-
nickname
-
password
-
oldPassword
-
newPassword
-
email
-
country
-
mobile
-
code
-
avatar
-
description
-
sex
-
enabled
-
emailVerified
-
mobileVerified
-
registerSource
-
captchaUid
-
captchaCode
-
currentOrganization
-
roleUids
-
-
Constructor Details
-
UserRequest
public UserRequest()
-