Package org.gitlab4j.api.models
Class User
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBio()getBot()getSkype()getState()voidvoidvoidsetCanCreateGroup(Boolean canCreateGroup) voidsetCanCreateProject(Boolean canCreateProject) voidsetColorSchemeId(Integer colorSchemeId) voidsetConfirmedAt(Date confirmedAt) voidsetCurrentSignInAt(Date currentSignInAt) voidsetCustomAttributes(List<CustomAttribute> customAttributes) voidsetExternal(Boolean external) voidsetExternUid(String externUid) voidsetExtraSharedRunnersMinutesLimit(Integer extraSharedRunnersMinutesLimit) voidsetIdentities(List<Identity> identities) voidsetIsAdmin(Boolean isAdmin) voidsetLastActivityOn(Date lastActivityOn) voidsetLastSignInAt(Date lastSignInAt) voidsetLinkedin(String linkedin) voidsetLocation(String location) voidsetOrganization(String organization) voidsetPrivateProfile(Boolean privateProfile) voidsetProjectsLimit(Integer projectsLimit) voidsetProvider(String provider) voidsetPublicEmail(String publicEmail) voidsetSharedRunnersMinutesLimit(Integer sharedRunnersMinutesLimit) voidsetSkipConfirmation(Boolean skipConfirmation) voidvoidvoidsetThemeId(Integer themeId) voidsetTwitter(String twitter) voidsetTwoFactorEnabled(Boolean twoFactorEnabled) voidsetWebsiteUrl(String websiteUrl) toString()withCanCreateGroup(Boolean canCreateGroup) withCanCreateProject(Boolean canCreateProject) withColorSchemeId(Integer colorSchemeId) withConfirmedAt(Date confirmedAt) withCurrentSignInAt(Date currentSignInAt) withCustomAttributes(List<CustomAttribute> customAttributes) withExternal(Boolean external) withExternUid(String externUid) withExtraSharedRunnersMinutesLimit(Integer extraSharedRunnersMinutesLimit) withIdentities(List<Identity> identities) withIsAdmin(Boolean isAdmin) withLastActivityOn(Date lastActivityOn) withLastSignInAt(Date lastSignInAt) withLinkedin(String linkedin) withLocation(String location) withOrganization(String organization) withPrivateProfile(Boolean privateProfile) withProjectsLimit(Integer projectsLimit) withProvider(String provider) withPublicEmail(String publicEmail) withSharedRunnersMinutesLimit(Integer sharedRunnersMinutesLimit) withSkipConfirmation(Boolean skipConfirmation) withThemeId(Integer themeId) withTwitter(String twitter) withTwoFactorEnabled(Boolean twoFactorEnabled) withWebsiteUrl(String websiteUrl) Methods inherited from class org.gitlab4j.api.models.AbstractUser
getAvatarUrl, getCreatedAt, getEmail, getId, getName, getUsername, getWebUrl, setAvatarUrl, setCreatedAt, setEmail, setId, setName, setUsername, setWebUrl, withAvatarUrl, withCreatedAt, withEmail, withId, withName, withUsername, withWebUrl
-
Constructor Details
-
User
public User()
-
-
Method Details
-
getBio
-
setBio
-
getBot
-
setBot
-
getCanCreateGroup
-
setCanCreateGroup
-
getCanCreateProject
-
setCanCreateProject
-
getColorSchemeId
-
setColorSchemeId
-
getConfirmedAt
-
setConfirmedAt
-
getCurrentSignInAt
-
setCurrentSignInAt
-
getExternal
-
setExternal
-
setExternUid
-
getExternUid
-
getIdentities
-
setIdentities
-
getIsAdmin
-
setIsAdmin
-
getLastActivityOn
-
setLastActivityOn
-
getLastSignInAt
-
setLastSignInAt
-
getLinkedin
-
setLinkedin
-
getLocation
-
setLocation
-
getOrganization
-
setOrganization
-
getPrivateProfile
-
setPrivateProfile
-
getProjectsLimit
-
setProjectsLimit
-
getProvider
-
setProvider
-
getPublicEmail
-
setPublicEmail
-
getSkype
-
setSkype
-
getState
- Overrides:
getStatein classAbstractUser<User>
-
setState
- Overrides:
setStatein classAbstractUser<User>
-
getThemeId
-
setThemeId
-
getTwitter
-
setTwitter
-
getTwoFactorEnabled
-
setTwoFactorEnabled
-
getWebsiteUrl
-
setWebsiteUrl
-
getSkipConfirmation
-
setSkipConfirmation
-
getCustomAttributes
-
setCustomAttributes
-
withBio
-
withCanCreateGroup
-
withCanCreateProject
-
withColorSchemeId
-
withConfirmedAt
-
withCurrentSignInAt
-
withExternal
-
withExternUid
-
withIdentities
-
withIsAdmin
-
withLastActivityOn
-
withLastSignInAt
-
withLinkedin
-
withLocation
-
withOrganization
-
withPrivateProfile
-
withProjectsLimit
-
withProvider
-
withPublicEmail
-
withSkype
-
withState
- Overrides:
withStatein classAbstractUser<User>
-
withThemeId
-
withTwitter
-
withTwoFactorEnabled
-
withWebsiteUrl
-
withSkipConfirmation
-
withCustomAttributes
-
toString
- Overrides:
toStringin classAbstractUser<User>
-