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

com.cx.restclient.sca.dto.CreateProjectRequest Maven / Gradle / Ivy

package com.cx.restclient.sca.dto;

public class CreateProjectRequest {
    private String name;

    public void setName(String name) {
        this.name = name;
    }

    public String getName() {
        return name;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy