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

io.dekorate.application.config.EditableContact Maven / Gradle / Ivy

There is a newer version: 2.0.0.beta8
Show newest version
package io.dekorate.application.config;

import io.dekorate.deps.kubernetes.api.builder.Editable;
import java.lang.String;

public class EditableContact extends io.dekorate.application.config.Contact implements Editable{


    public EditableContact(){
            super();
    }
    public EditableContact(String name,String email,String url){
            super(name, email, url);
    }

    public ContactBuilder edit(){
            return new ContactBuilder(this);
    }




}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy