Uses of Enum Class
it.auties.whatsapp.model.business.BusinessReviewStatus
Packages that use BusinessReviewStatus
-
Uses of BusinessReviewStatus in it.auties.whatsapp.model.business
Fields in it.auties.whatsapp.model.business declared as BusinessReviewStatusModifier and TypeFieldDescriptionprivate final BusinessReviewStatusBusinessCatalogEntry.reviewStatusThe field for thereviewStatusrecord component.Methods in it.auties.whatsapp.model.business that return BusinessReviewStatusModifier and TypeMethodDescriptionstatic BusinessReviewStatusReturns a ReviewStatus based on the given name.BusinessCatalogEntry.reviewStatus()Returns the value of thereviewStatusrecord component.static BusinessReviewStatusReturns the enum constant of this class with the specified name.static BusinessReviewStatus[]BusinessReviewStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in it.auties.whatsapp.model.business with parameters of type BusinessReviewStatusModifierConstructorDescriptionBusinessCatalogEntry(String id, URI encryptedImage, BusinessReviewStatus reviewStatus, BusinessItemAvailability availability, String name, String sellerId, URI uri, String description, long price, String currency, boolean hidden) Creates an instance of aBusinessCatalogEntryrecord class.