com.capitalone.dashboard.request.ConfigurationCreateRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core package shared by API layer and Microservices
package com.capitalone.dashboard.request;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import com.capitalone.dashboard.model.Configuration;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public class ConfigurationCreateRequest {
private String collectorName;
private Set
© 2015 - 2025 Weber Informatics LLC | Privacy Policy