Interface LogoutOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Logout, Logout.Builder

    public interface LogoutOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CommonData getCommon()
      will cleanup authentication
      boolean hasCommon()
      will cleanup authentication
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasCommon

        boolean hasCommon()
         will cleanup authentication
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
        Returns:
        Whether the common field is set.
      • getCommon

        CommonData getCommon()
         will cleanup authentication
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
        Returns:
        The common.