Tabnine Logo
Participation.getIncomeType
Code IndexAdd Tabnine to your IDE (free)

How to use
getIncomeType
method
in
com.github.robozonky.api.remote.entities.Participation

Best Java code snippets using com.github.robozonky.api.remote.entities.Participation.getIncomeType (Showing top 3 results out of 315)

origin: com.github.robozonky/robozonky-strategy-natural

@Override
public MainIncomeType getMainIncomeType() {
  return participation.getIncomeType();
}
origin: RoboZonky/robozonky

@Override
public MainIncomeType getMainIncomeType() {
  return participation.getIncomeType();
}
origin: RoboZonky/robozonky

private static Participation mockParticipation(final Loan loan) {
  final Participation p = mock(Participation.class);
  when(p.getPurpose()).thenReturn(loan.getPurpose());
  when(p.getRating()).thenReturn(loan.getRating());
  when(p.getIncomeType()).thenReturn(loan.getMainIncomeType());
  return p;
}
com.github.robozonky.api.remote.entitiesParticipationgetIncomeType

Popular methods of Participation

  • getRemainingPrincipal
  • getId
  • getRemainingInstalmentCount
  • getLoanId
  • getInterestRate
  • getInvestmentId
  • getOriginalInstalmentCount
  • getPurpose
  • getRating
  • isInsuranceActive
  • getDeadline
  • isWillExceedLoanInvestmentLimit
  • getDeadline,
  • isWillExceedLoanInvestmentLimit

Popular in Java

  • Start an intent from android
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • onRequestPermissionsResult (Fragment)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Notification (javax.management)
  • JCheckBox (javax.swing)
  • Runner (org.openjdk.jmh.runner)
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now