Package classes

Class Object_Collection

    • Field Detail

      • isPublic

        @SerializedName("public")
        public boolean isPublic
      • CREATOR

        public static final android.os.Parcelable.Creator<Object_Collection> CREATOR
    • Constructor Detail

      • Object_Collection

        public Object_Collection​(long id,
                                 long channel_id,
                                 long sort_channel_id,
                                 java.lang.String name,
                                 java.lang.String display_name,
                                 java.lang.String description,
                                 java.lang.String code,
                                 boolean published,
                                 java.lang.String start_date,
                                 java.lang.String end_date,
                                 java.lang.String comment,
                                 java.lang.String created_at,
                                 java.lang.String updated_at,
                                 java.lang.String traits,
                                 java.lang.String image,
                                 java.lang.String venue,
                                 int order,
                                 boolean auto_wili,
                                 java.lang.String sort_channel_name,
                                 java.lang.String badge_method,
                                 java.lang.String currency,
                                 java.lang.String timezone,
                                 boolean display_time,
                                 boolean display_price,
                                 boolean display_quantity,
                                 boolean display_bin,
                                 boolean is_blind,
                                 boolean display_group_headings,
                                 boolean has_predict_order,
                                 int product_count,
                                 boolean is_pinned,
                                 boolean is_browsable,
                                 boolean archived)
    • Method Detail

      • isArchived

        public boolean isArchived()
      • isBrowsable

        public boolean isBrowsable()
      • getProductCount

        public int getProductCount()
      • hasPredictOrder

        public boolean hasPredictOrder()
      • isMyCellar

        public boolean isMyCellar()
      • getTimezone

        public java.lang.String getTimezone()
      • isDisplayPrice

        public boolean isDisplayPrice()
      • isPublic

        public boolean isPublic()
      • isDisplayBin

        public boolean isDisplayBin()
      • getSortChannelName

        public java.lang.String getSortChannelName()
      • isDisplayQuantity

        public boolean isDisplayQuantity()
      • isDisplayTime

        public boolean isDisplayTime()
      • isBlind

        public boolean isBlind()
      • getCurrency

        public java.lang.String getCurrency()
      • getBadgeMethod

        public java.lang.String getBadgeMethod()
      • getSortChannelId

        public long getSortChannelId()
      • getImage

        public java.lang.String getImage​(int width,
                                         int height,
                                         int quality)
        Get the collection's image.
        Parameters:
        width - returns an image with the specified width in pixels.
        height - returns an image with the specified height in pixels.
        quality - returns an image with the specified quality. Scales from 0 - 100.
        Returns:
        the URL of the requested image.
      • getChannelId

        public long getChannelId()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • getCode

        public java.lang.String getCode()
      • isPublished

        public boolean isPublished()
      • getStartDate

        public java.lang.String getStartDate()
      • getEndDate

        public java.lang.String getEndDate()
      • getComment

        public java.lang.String getComment()
      • getCreatedAt

        public java.lang.String getCreatedAt()
      • getUpdatedAt

        public java.lang.String getUpdatedAt()
      • filter

        public boolean filter​(java.io.Serializable serializable)
        Overrides:
        filter in class Object_BaseObject
      • isDisplayGroupHeadings

        public boolean isDisplayGroupHeadings()
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable
        Overrides:
        writeToParcel in class Object_BaseObject