Interface InvitationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Invitation,Invitation.Builder
@Generated(value="protoc", comments="annotations:InvitationOrBuilder.java.pb.meta") public interface InvitationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreatedTime()The date and time when the user was createdcom.google.protobuf.TimestampOrBuildergetCreatedTimeOrBuilder()The date and time when the user was createdcom.google.protobuf.TimestampgetExpiredTime()The date and time when the invitation expires or has expiredcom.google.protobuf.TimestampOrBuildergetExpiredTimeOrBuilder()The date and time when the invitation expires or has expiredbooleanhasCreatedTime()The date and time when the user was createdbooleanhasExpiredTime()The date and time when the invitation expires or has expired-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreatedTime
boolean hasCreatedTime()
The date and time when the user was created
.google.protobuf.Timestamp created_time = 1;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
com.google.protobuf.Timestamp getCreatedTime()
The date and time when the user was created
.google.protobuf.Timestamp created_time = 1;- Returns:
- The createdTime.
-
getCreatedTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimeOrBuilder()
The date and time when the user was created
.google.protobuf.Timestamp created_time = 1;
-
hasExpiredTime
boolean hasExpiredTime()
The date and time when the invitation expires or has expired
.google.protobuf.Timestamp expired_time = 2;- Returns:
- Whether the expiredTime field is set.
-
getExpiredTime
com.google.protobuf.Timestamp getExpiredTime()
The date and time when the invitation expires or has expired
.google.protobuf.Timestamp expired_time = 2;- Returns:
- The expiredTime.
-
getExpiredTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getExpiredTimeOrBuilder()
The date and time when the invitation expires or has expired
.google.protobuf.Timestamp expired_time = 2;
-
-