All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.auties.whatsapp.model.business.BusinessDateTimeValue Maven / Gradle / Ivy

There is a newer version: 3.5.1
Show newest version
package it.auties.whatsapp.model.business;

import it.auties.protobuf.base.ProtobufMessage;

/**
 * A model class that represents the value of a localizable parameter
 */
public sealed interface BusinessDateTimeValue extends ProtobufMessage permits BusinessDateTimeComponent, BusinessDateTimeUnixEpoch {
    /**
     * Returns the type of date
     *
     * @return a non-null type
     */
    BusinessDateTimeType dateType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy