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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    The date and time when the user was created
    com.google.protobuf.TimestampOrBuilder
    The date and time when the user was created
    com.google.protobuf.Timestamp
    The date and time when the invitation expires or has expired
    com.google.protobuf.TimestampOrBuilder
    The date and time when the invitation expires or has expired
    boolean
    The date and time when the user was created
    boolean
    The date and time when the invitation expires or has expired

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;