Package com.onslip360
Class API.Partial_Campaign
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Campaign>
 - 
- com.onslip360.API.Partial_Campaign
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Campaign>>
- Enclosing class:
 - API
 
public static class API.Partial_Campaign extends Onslip360Object<API.Partial_Campaign>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Campaign() 
- 
Method Summary
- 
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
rules
@Nonnull public Optional<API.Partial_CampaignRules[]> rules()
 
- 
type
@Nonnull public Optional<API.Campaign.Type> type()
 
- 
activeLabels
@Nonnull public API.Partial_Campaign activeLabels(@Nullable Long[] activeLabels)
 
- 
activeLabels
@Nonnull public API.Partial_Campaign activeLabels(@Nullable Erasable<Long[]> activeLabels)
 
- 
amount
@Nonnull public API.Partial_Campaign amount(@Nullable Double amount)
 
- 
amount
@Nonnull public API.Partial_Campaign amount(@Nullable Erasable<Double> amount)
 
- 
deleted
@Nonnull public API.Partial_Campaign deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Campaign deleted(@Nullable Erasable<String> deleted)
 
- 
description
@Nonnull public API.Partial_Campaign description(@Nullable String description)
 
- 
description
@Nonnull public API.Partial_Campaign description(@Nullable Erasable<String> description)
 
- 
discountRate
@Nonnull public API.Partial_Campaign discountRate(@Nullable Float discountRate)
 
- 
discountRate
@Nonnull public API.Partial_Campaign discountRate(@Nullable Erasable<Float> discountRate)
 
- 
endDate
@Nonnull public API.Partial_Campaign endDate(@Nullable String endDate)
 
- 
endDate
@Nonnull public API.Partial_Campaign endDate(@Nullable Erasable<String> endDate)
 
- 
labels
@Nonnull public API.Partial_Campaign labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_Campaign labels(@Nullable Erasable<Long[]> labels)
 
- 
locations
@Nonnull public API.Partial_Campaign locations(@Nullable Long[] locations)
 
- 
locations
@Nonnull public API.Partial_Campaign locations(@Nullable Erasable<Long[]> locations)
 
- 
name
@Nonnull public API.Partial_Campaign name(@Nullable String name)
 
- 
packagePrice
@Nonnull public API.Partial_Campaign packagePrice(@Nullable Boolean packagePrice)
 
- 
packagePrice
@Nonnull public API.Partial_Campaign packagePrice(@Nullable Erasable<Boolean> packagePrice)
 
- 
rules
@Nonnull public API.Partial_Campaign rules(@Nullable API.Partial_CampaignRules[] rules)
 
- 
schedules
@Nonnull public API.Partial_Campaign schedules(@Nullable String[] schedules)
 
- 
schedules
@Nonnull public API.Partial_Campaign schedules(@Nullable Erasable<String[]> schedules)
 
- 
startDate
@Nonnull public API.Partial_Campaign startDate(@Nullable String startDate)
 
- 
startDate
@Nonnull public API.Partial_Campaign startDate(@Nullable Erasable<String> startDate)
 
- 
tags
@Nonnull public API.Partial_Campaign tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Campaign tags(@Nullable Erasable<String[]> tags)
 
- 
type
@Nonnull public API.Partial_Campaign type(@Nullable API.Campaign.Type type)
 
 - 
 
 -