com.urbanairship.api.channel.model.email.UpdateEmailChannel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The Urban Airship Java client library
package com.urbanairship.api.channel.model.email;
import com.google.common.base.Objects;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableMap;
import com.urbanairship.api.channel.model.ChannelType;
import com.urbanairship.api.channel.model.subscriptionlist.SubscriptionList;
import com.urbanairship.api.push.model.PushModelObject;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
/**
* Represents the payload to be used for updating an email channel.
*/
public class UpdateEmailChannel extends PushModelObject {
private final ChannelType type;
private final Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy