Interface BasicUserProto.BasicUserPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BasicUserProto.BasicUserPB, BasicUserProto.BasicUserPB.Builder
Enclosing class:
BasicUserProto

public static interface BasicUserProto.BasicUserPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      String getId()
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      Returns:
      The bytes for id.
    • hasPropertySet

      boolean hasPropertySet()
       BasicUser extends BasicPropertySet, but Protobuf doesn't use inheritance, only composition. So we will construct
       a BasicPropertySet of the underlying BasicUser object and serialize that.
       
      .common.protobuf.BasicPropertySetPB propertySet = 2;
      Returns:
      Whether the propertySet field is set.
    • getPropertySet

       BasicUser extends BasicPropertySet, but Protobuf doesn't use inheritance, only composition. So we will construct
       a BasicPropertySet of the underlying BasicUser object and serialize that.
       
      .common.protobuf.BasicPropertySetPB propertySet = 2;
      Returns:
      The propertySet.
    • getPropertySetOrBuilder

       BasicUser extends BasicPropertySet, but Protobuf doesn't use inheritance, only composition. So we will construct
       a BasicPropertySet of the underlying BasicUser object and serialize that.
       
      .common.protobuf.BasicPropertySetPB propertySet = 2;
    • getProfileName

      String getProfileName()
      string profileName = 3;
      Returns:
      The profileName.
    • getProfileNameBytes

      com.google.protobuf.ByteString getProfileNameBytes()
      string profileName = 3;
      Returns:
      The bytes for profileName.
    • getRolesList

      List<String> getRolesList()
      repeated string roles = 4;
      Returns:
      A list containing the roles.
    • getRolesCount

      int getRolesCount()
      repeated string roles = 4;
      Returns:
      The count of roles.
    • getRoles

      String getRoles(int index)
      repeated string roles = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The roles at the given index.
    • getRolesBytes

      com.google.protobuf.ByteString getRolesBytes(int index)
      repeated string roles = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the roles at the given index.
    • getContactInfoList

      List<ContactInfoProto.ContactInfoPB> getContactInfoList()
      repeated .common.protobuf.ContactInfoPB contactInfo = 5;
    • getContactInfo

      ContactInfoProto.ContactInfoPB getContactInfo(int index)
      repeated .common.protobuf.ContactInfoPB contactInfo = 5;
    • getContactInfoCount

      int getContactInfoCount()
      repeated .common.protobuf.ContactInfoPB contactInfo = 5;
    • getContactInfoOrBuilderList

      List<? extends ContactInfoProto.ContactInfoPBOrBuilder> getContactInfoOrBuilderList()
      repeated .common.protobuf.ContactInfoPB contactInfo = 5;
    • getContactInfoOrBuilder

      ContactInfoProto.ContactInfoPBOrBuilder getContactInfoOrBuilder(int index)
      repeated .common.protobuf.ContactInfoPB contactInfo = 5;
    • getScheduleAdjustmentList

      repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
    • getScheduleAdjustment

      ScheduleAdjustmentProto.ScheduleAdjustmentPB getScheduleAdjustment(int index)
      repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
    • getScheduleAdjustmentCount

      int getScheduleAdjustmentCount()
      repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
    • getScheduleAdjustmentOrBuilderList

      List<? extends ScheduleAdjustmentProto.ScheduleAdjustmentPBOrBuilder> getScheduleAdjustmentOrBuilderList()
      repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;
    • getScheduleAdjustmentOrBuilder

      ScheduleAdjustmentProto.ScheduleAdjustmentPBOrBuilder getScheduleAdjustmentOrBuilder(int index)
      repeated .common.protobuf.ScheduleAdjustmentPB scheduleAdjustment = 6;