Package pbx

Interface Model.ClientLoginOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Model.ClientCred getCred​(int index)
      Credentials for verification.
      int getCredCount()
      Credentials for verification.
      java.util.List<Model.ClientCred> getCredList()
      Credentials for verification.
      java.lang.String getId()
      optional string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1 [json_name = "id"];
      java.lang.String getScheme()
      Authentication scheme
      com.google.protobuf.ByteString getSchemeBytes()
      Authentication scheme
      java.lang.String getSdkKey()
      Organization sdk key
      com.google.protobuf.ByteString getSdkKeyBytes()
      Organization sdk key
      com.google.protobuf.ByteString getSecret()
      Shared secret
      boolean hasId()
      optional string id = 1 [json_name = "id"];
      boolean hasSdkKey()
      Organization sdk key
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasId

        boolean hasId()
        optional string id = 1 [json_name = "id"];
        Returns:
        Whether the id field is set.
      • getId

        java.lang.String getId()
        optional string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getScheme

        java.lang.String getScheme()
         Authentication scheme
         
        string scheme = 2 [json_name = "scheme"];
        Returns:
        The scheme.
      • getSchemeBytes

        com.google.protobuf.ByteString getSchemeBytes()
         Authentication scheme
         
        string scheme = 2 [json_name = "scheme"];
        Returns:
        The bytes for scheme.
      • getSecret

        com.google.protobuf.ByteString getSecret()
         Shared secret
         
        bytes secret = 3 [json_name = "secret"];
        Returns:
        The secret.
      • getCredList

        java.util.List<Model.ClientCred> getCredList()
         Credentials for verification.
         
        repeated .pbx.ClientCred cred = 4 [json_name = "cred"];
      • getCred

        Model.ClientCred getCred​(int index)
         Credentials for verification.
         
        repeated .pbx.ClientCred cred = 4 [json_name = "cred"];
      • getCredCount

        int getCredCount()
         Credentials for verification.
         
        repeated .pbx.ClientCred cred = 4 [json_name = "cred"];
      • hasSdkKey

        boolean hasSdkKey()
         Organization sdk key
         
        optional string sdk_key = 5 [json_name = "sdkKey"];
        Returns:
        Whether the sdkKey field is set.
      • getSdkKey

        java.lang.String getSdkKey()
         Organization sdk key
         
        optional string sdk_key = 5 [json_name = "sdkKey"];
        Returns:
        The sdkKey.
      • getSdkKeyBytes

        com.google.protobuf.ByteString getSdkKeyBytes()
         Organization sdk key
         
        optional string sdk_key = 5 [json_name = "sdkKey"];
        Returns:
        The bytes for sdkKey.