public interface Member extends ModelEntity
Modifier and Type | Interface and Description |
---|---|
static class |
Member.MemberStatus |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt()
The date and time of image member creation
|
String |
getImageId()
An identifier for the image
Pattern: ^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$
|
String |
getMemberId()
An identifier for the image member (tenantId or projectId)
|
String |
getSchema()
The json schema for the member object
|
Member.MemberStatus |
getStatus()
The status of the image member
|
Date |
getUpdatedAt()
The date and time of last modification of image member
|
String getImageId()
String getMemberId()
Date getCreatedAt()
Date getUpdatedAt()
Member.MemberStatus getStatus()
String getSchema()
Copyright © 2017. All rights reserved.