Class Member
java.lang.Object
com.linecorp.centraldogma.server.metadata.Member
- All Implemented Interfaces:
Identifiable
Specifies details of a member who belongs to the
Project
.-
Constructor Summary
ConstructorDescriptionMember
(Author author, ProjectRole role, UserAndTimestamp creation) Creates a new instance.Member
(User user, ProjectRole role, UserAndTimestamp creation) Creates a new instance.Member
(String login, ProjectRole role, UserAndTimestamp creation) Creates a new instance. -
Method Summary
-
Constructor Details
-
Member
Creates a new instance. -
Member
Creates a new instance. -
Member
Creates a new instance.
-
-
Method Details
-
id
Description copied from interface:Identifiable
Returns theString
-formatted identifier.- Specified by:
id
in interfaceIdentifiable
-
login
Returns the login name. -
role
Returns the role in a certain project. -
creation
Returns who added this member to a project when. -
toString
-