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

br.com.objectos.jabuticava.serasa.relato.factoring.TempoRelacionamentoBuilder Maven / Gradle / Ivy

The newest version!
package br.com.objectos.jabuticava.serasa.relato.factoring;

import br.com.objectos.jabuticava.br.CadastroRFB;
import java.time.LocalDate;
import javax.annotation.Generated;

@Generated({
    "br.com.objectos.way.io.flat.FlatRecordPlugin$ThisBuilderPropertyAction",
    "br.com.objectos.way.pojo.compiler.PojoCompiler"
})
public interface TempoRelacionamentoBuilder {
  TempoRelacionamentoBuilderCadastroSacado cadastroSacado(CadastroRFB cadastroSacado);

  interface TempoRelacionamentoBuilderCadastroSacado {
    TempoRelacionamentoBuilderTipo tipo(TempoRelacionamentoTipo tipo);
  }

  interface TempoRelacionamentoBuilderTipo {
    TempoRelacionamentoBuilderClienteDesde clienteDesde(LocalDate clienteDesde);
  }

  interface TempoRelacionamentoBuilderClienteDesde {
    TempoRelacionamentoBuilderTipoCliente tipoCliente(TipoCliente tipoCliente);
  }

  interface TempoRelacionamentoBuilderTipoCliente {
    TempoRelacionamento build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy