Package org.gitlab4j.api.models
Class Member
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAccessLevel
(AccessLevel accessLevel) void
setExpiresAt
(Date expiresAt) void
setGroupSamlIdentity
(Identity groupSamlIdentity) toString()
withAccessLevel
(AccessLevel accessLevel) withExpiresAt
(Date expiresAt) withGroupSamlIdentity
(Identity groupSamlIdentity) Methods inherited from class org.gitlab4j.api.models.AbstractUser
getAvatarUrl, getCreatedAt, getEmail, getId, getName, getState, getUsername, getWebUrl, setAvatarUrl, setCreatedAt, setEmail, setId, setName, setState, setUsername, setWebUrl, withAvatarUrl, withCreatedAt, withEmail, withId, withName, withState, withUsername, withWebUrl
-
Constructor Details
-
Member
public Member()
-
-
Method Details
-
getAccessLevel
-
setAccessLevel
-
getExpiresAt
-
setExpiresAt
-
getGroupSamlIdentity
-
setGroupSamlIdentity
-
withAccessLevel
-
withExpiresAt
-
withGroupSamlIdentity
-
toString
- Overrides:
toString
in classAbstractUser<Member>
-