Package org.gitlab4j.api.models
Class Member
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAccessLevel(AccessLevel accessLevel) voidsetExpiresAt(Date expiresAt) voidsetGroupSamlIdentity(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:
toStringin classAbstractUser<Member>
-