
com.github.yunusmete.stf.model.User Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openstf-java-client Show documentation
Show all versions of openstf-java-client Show documentation
Java Client for Open STF API
The newest version!
package com.github.yunusmete.stf.model;
/**
* Created by yunusm on 10.11.2016.
*/
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Generated;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
@Generated("org.jsonschema2pojo")
public class User {
@SerializedName("createdAt")
@Expose
private String createdAt;
@SerializedName("email")
@Expose
private String email;
@SerializedName("forwards")
@Expose
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy