Class TimeFormatAction

java.lang.Object
it.auties.whatsapp.model.action.TimeFormatAction
All Implemented Interfaces:
it.auties.protobuf.base.ProtobufMessage, Action

public final class TimeFormatAction extends Object implements Action
  • Constructor Details

    • TimeFormatAction

      public TimeFormatAction(boolean twentyFourHourFormatEnabled)
  • Method Details

    • indexName

      public String indexName()
      Always throws an exception as this action cannot be serialized
      Specified by:
      indexName in interface Action
      Returns:
      an exception
    • builder

    • twentyFourHourFormatEnabled

      public boolean twentyFourHourFormatEnabled()
    • twentyFourHourFormatEnabled

      public TimeFormatAction twentyFourHourFormatEnabled(boolean twentyFourHourFormatEnabled)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object