Package pbx

Interface Model.AccountEventOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Model.AccountEvent, Model.AccountEvent.Builder
    Enclosing class:
    Model

    public static interface Model.AccountEventOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Model.Crud getAction()
      .pbx.Crud action = 1 [json_name = "action"];
      int getActionValue()
      .pbx.Crud action = 1 [json_name = "action"];
      Model.DefaultAcsMode getDefaultAcs()
      .pbx.DefaultAcsMode default_acs = 3 [json_name = "defaultAcs"];
      com.google.protobuf.ByteString getPublic()
      bytes public = 4 [json_name = "public"];
      java.lang.String getTags​(int index)
      Indexable tags for user discovery
      com.google.protobuf.ByteString getTagsBytes​(int index)
      Indexable tags for user discovery
      int getTagsCount()
      Indexable tags for user discovery
      java.util.List<java.lang.String> getTagsList()
      Indexable tags for user discovery
      java.lang.String getUserId()
      string user_id = 2 [json_name = "userId"];
      com.google.protobuf.ByteString getUserIdBytes()
      string user_id = 2 [json_name = "userId"];
      boolean hasDefaultAcs()
      .pbx.DefaultAcsMode default_acs = 3 [json_name = "defaultAcs"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getActionValue

        int getActionValue()
        .pbx.Crud action = 1 [json_name = "action"];
        Returns:
        The enum numeric value on the wire for action.
      • getAction

        Model.Crud getAction()
        .pbx.Crud action = 1 [json_name = "action"];
        Returns:
        The action.
      • getUserId

        java.lang.String getUserId()
        string user_id = 2 [json_name = "userId"];
        Returns:
        The userId.
      • getUserIdBytes

        com.google.protobuf.ByteString getUserIdBytes()
        string user_id = 2 [json_name = "userId"];
        Returns:
        The bytes for userId.
      • hasDefaultAcs

        boolean hasDefaultAcs()
        .pbx.DefaultAcsMode default_acs = 3 [json_name = "defaultAcs"];
        Returns:
        Whether the defaultAcs field is set.
      • getDefaultAcs

        Model.DefaultAcsMode getDefaultAcs()
        .pbx.DefaultAcsMode default_acs = 3 [json_name = "defaultAcs"];
        Returns:
        The defaultAcs.
      • getPublic

        com.google.protobuf.ByteString getPublic()
        bytes public = 4 [json_name = "public"];
        Returns:
        The public.
      • getTagsList

        java.util.List<java.lang.String> getTagsList()
         Indexable tags for user discovery
         
        repeated string tags = 8 [json_name = "tags"];
        Returns:
        A list containing the tags.
      • getTagsCount

        int getTagsCount()
         Indexable tags for user discovery
         
        repeated string tags = 8 [json_name = "tags"];
        Returns:
        The count of tags.
      • getTags

        java.lang.String getTags​(int index)
         Indexable tags for user discovery
         
        repeated string tags = 8 [json_name = "tags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.
      • getTagsBytes

        com.google.protobuf.ByteString getTagsBytes​(int index)
         Indexable tags for user discovery
         
        repeated string tags = 8 [json_name = "tags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.