com.targomo.client.api.response.parsingpojos.ElementWithTargets 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
Java client library for easy usage of Targomo web services.
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