Package org.gitlab4j.api.models
Class Member
- java.lang.Object
-
- org.gitlab4j.api.models.AbstractUser<Member>
-
- org.gitlab4j.api.models.Member
-
public class Member extends AbstractUser<Member>
-
-
Constructor Summary
Constructors Constructor Description Member()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessLevelgetAccessLevel()java.util.DategetExpiresAt()IdentitygetGroupSamlIdentity()voidsetAccessLevel(AccessLevel accessLevel)voidsetExpiresAt(java.util.Date expiresAt)voidsetGroupSamlIdentity(Identity groupSamlIdentity)java.lang.StringtoString()MemberwithAccessLevel(AccessLevel accessLevel)MemberwithExpiresAt(java.util.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
-
-
-
-
Method Detail
-
getAccessLevel
public AccessLevel getAccessLevel()
-
setAccessLevel
public void setAccessLevel(AccessLevel accessLevel)
-
getExpiresAt
public java.util.Date getExpiresAt()
-
setExpiresAt
public void setExpiresAt(java.util.Date expiresAt)
-
getGroupSamlIdentity
public Identity getGroupSamlIdentity()
-
setGroupSamlIdentity
public void setGroupSamlIdentity(Identity groupSamlIdentity)
-
withAccessLevel
public Member withAccessLevel(AccessLevel accessLevel)
-
withExpiresAt
public Member withExpiresAt(java.util.Date expiresAt)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractUser<Member>
-
-