com.urbanairship.api.templates.model.TemplateSelector 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
/*
* Copyright (c) 2013-2016. Urban Airship and Contributors
*/
package com.urbanairship.api.templates.model;
import com.google.common.base.Preconditions;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
/**
* The TemplateSelector object describes the template ID and the variable substitutions
* to use with it. Used when creating a push to template.
*/
public class TemplateSelector {
private final String templateId;
private final Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy