Package org.gitlab4j.api.models
Class Member
public class Member extends AbstractUser<Member>
-
Constructor Summary
Constructors Constructor Description Member() -
Method Summary
Modifier and Type Method Description AccessLevelgetAccessLevel()DategetExpiresAt()IdentitygetGroupSamlIdentity()voidsetAccessLevel(AccessLevel accessLevel)voidsetExpiresAt(Date expiresAt)voidsetGroupSamlIdentity(Identity groupSamlIdentity)StringtoString()MemberwithAccessLevel(AccessLevel accessLevel)MemberwithExpiresAt(Date expiresAt)MemberwithGroupSamlIdentity(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>
-