All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.targomo.client.api.response.parsingpojos.ElementWithTargets Maven / Gradle / Ivy

The newest version!
package com.targomo.client.api.response.parsingpojos;

import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

import java.util.List;

@NoArgsConstructor
public class ElementWithTargets extends ElementWithId {

    @Getter @Setter
    private List targets;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy