Uses of Record Class
it.auties.whatsapp.model.button.template.highlyStructured.HighlyStructuredDateTimeComponent
Packages that use HighlyStructuredDateTimeComponent
-
Uses of HighlyStructuredDateTimeComponent in it.auties.whatsapp.model.button.template.highlyStructured
Fields in it.auties.whatsapp.model.button.template.highlyStructured with type parameters of type HighlyStructuredDateTimeComponentModifier and TypeFieldDescriptionprivate final Optional<HighlyStructuredDateTimeComponent> HighlyStructuredDateTime.dateComponentThe field for thedateComponentrecord component.HighlyStructuredDateTimeBuilder.dateComponentMethods in it.auties.whatsapp.model.button.template.highlyStructured that return HighlyStructuredDateTimeComponentModifier and TypeMethodDescriptionHighlyStructuredDateTimeComponentBuilder.build()HighlyStructuredDateTimeComponentSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.template.highlyStructured that return types with arguments of type HighlyStructuredDateTimeComponentModifier and TypeMethodDescriptionHighlyStructuredDateTime.dateComponent()Returns the value of thedateComponentrecord component.Methods in it.auties.whatsapp.model.button.template.highlyStructured with parameters of type HighlyStructuredDateTimeComponentModifier and TypeMethodDescriptionHighlyStructuredDateTimeBuilder.dateComponent(HighlyStructuredDateTimeComponent dateComponent) static byte[]HighlyStructuredDateTimeComponentSpec.encode(HighlyStructuredDateTimeComponent protoInputObject) Method parameters in it.auties.whatsapp.model.button.template.highlyStructured with type arguments of type HighlyStructuredDateTimeComponentModifier and TypeMethodDescriptionHighlyStructuredDateTimeBuilder.dateComponent(Optional<HighlyStructuredDateTimeComponent> dateComponent) Constructor parameters in it.auties.whatsapp.model.button.template.highlyStructured with type arguments of type HighlyStructuredDateTimeComponentModifierConstructorDescriptionHighlyStructuredDateTime(Optional<HighlyStructuredDateTimeComponent> dateComponent, Optional<HighlyStructuredDateTimeUnixEpoch> dateUnixEpoch) Creates an instance of aHighlyStructuredDateTimerecord class.