Uses of Enum Class
it.auties.whatsapp.model.button.interactive.InteractiveShop.SurfaceType
Packages that use InteractiveShop.SurfaceType
-
Uses of InteractiveShop.SurfaceType in it.auties.whatsapp.model.button.interactive
Fields in it.auties.whatsapp.model.button.interactive declared as InteractiveShop.SurfaceTypeModifier and TypeFieldDescriptionprivate final InteractiveShop.SurfaceTypeInteractiveShop.surfaceTypeThe field for thesurfaceTyperecord component.private InteractiveShop.SurfaceTypeInteractiveShopBuilder.surfaceTypeMethods in it.auties.whatsapp.model.button.interactive that return InteractiveShop.SurfaceTypeModifier and TypeMethodDescriptionInteractiveShop.surfaceType()Returns the value of thesurfaceTyperecord component.static InteractiveShop.SurfaceTypeReturns the enum constant of this class with the specified name.static InteractiveShop.SurfaceType[]InteractiveShop.SurfaceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.button.interactive that return types with arguments of type InteractiveShop.SurfaceTypeModifier and TypeMethodDescriptionstatic Optional<InteractiveShop.SurfaceType> InteractiveShopSurfaceTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveShop.SurfaceTypeModifier and TypeMethodDescriptionstatic IntegerInteractiveShopSurfaceTypeSpec.encode(InteractiveShop.SurfaceType protoInputObject) InteractiveShopBuilder.surfaceType(InteractiveShop.SurfaceType surfaceType) Constructors in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveShop.SurfaceTypeModifierConstructorDescriptionInteractiveShop(String id, InteractiveShop.SurfaceType surfaceType, int version) Creates an instance of aInteractiveShoprecord class.