Interface UserPushCredentialsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      UserPushCredentials.UserPushCredentialsData getApns()
      .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
      UserPushCredentials.UserPushCredentialsData getFirebase()
      .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
      boolean hasApns()
      .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
      boolean hasFirebase()
      .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasApns

        boolean hasApns()
        .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
        Returns:
        Whether the apns field is set.
      • hasFirebase

        boolean hasFirebase()
        .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
        Returns:
        Whether the firebase field is set.