Package com.onslip360
Class API.Partial_DMCampaign
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_DMCampaign>
 - 
- com.onslip360.API.Partial_DMCampaign
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_DMCampaign>>
- Enclosing class:
 - API
 
public static class API.Partial_DMCampaign extends Onslip360Object<API.Partial_DMCampaign>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_DMCampaign() 
- 
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
- 
recipients
@Nonnull public Erasable<API.Partial_DMCampaignRecipient[]> recipients()
 
- 
status
@Nonnull public Erasable<API.DMCampaign.Status> status()
 
- 
type
@Nonnull public Optional<API.DMCampaign.Type> type()
 
- 
deleted
@Nonnull public API.Partial_DMCampaign deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_DMCampaign deleted(@Nullable Erasable<String> deleted)
 
- 
labels
@Nonnull public API.Partial_DMCampaign labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_DMCampaign labels(@Nullable Erasable<Long[]> labels)
 
- 
message
@Nonnull public API.Partial_DMCampaign message(@Nullable String message)
 
- 
name
@Nonnull public API.Partial_DMCampaign name(@Nullable String name)
 
- 
recipients
@Nonnull public API.Partial_DMCampaign recipients(@Nullable API.Partial_DMCampaignRecipient[] recipients)
 
- 
recipients
@Nonnull public API.Partial_DMCampaign recipients(@Nullable Erasable<API.Partial_DMCampaignRecipient[]> recipients)
 
- 
sender
@Nonnull public API.Partial_DMCampaign sender(@Nullable String sender)
 
- 
sender
@Nonnull public API.Partial_DMCampaign sender(@Nullable Erasable<String> sender)
 
- 
status
@Nonnull public API.Partial_DMCampaign status(@Nullable API.DMCampaign.Status status)
 
- 
status
@Nonnull public API.Partial_DMCampaign status(@Nullable Erasable<API.DMCampaign.Status> status)
 
- 
tags
@Nonnull public API.Partial_DMCampaign tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_DMCampaign tags(@Nullable Erasable<String[]> tags)
 
- 
triggerEvent
@Nonnull public API.Partial_DMCampaign triggerEvent(@Nullable Long triggerEvent)
 
- 
triggerEvent
@Nonnull public API.Partial_DMCampaign triggerEvent(@Nullable Erasable<Long> triggerEvent)
 
- 
type
@Nonnull public API.Partial_DMCampaign type(@Nullable API.DMCampaign.Type type)
 
- 
user
@Nonnull public API.Partial_DMCampaign user(@Nullable Long user)
 
- 
user
@Nonnull public API.Partial_DMCampaign user(@Nullable Erasable<Long> user)
 
 - 
 
 -