public class ShiftWage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShiftWage.Builder
Class to build instances of
ShiftWage. |
| Modifier | Constructor and Description |
|---|---|
protected |
ShiftWage(io.apimatic.core.types.OptionalNullable<String> title,
Money hourlyRate,
String jobId,
io.apimatic.core.types.OptionalNullable<Boolean> tipEligible)
Initialization constructor.
|
|
ShiftWage(String title,
Money hourlyRate,
String jobId,
Boolean tipEligible)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getHourlyRate()
Getter for HourlyRate.
|
String |
getJobId()
Getter for JobId.
|
Boolean |
getTipEligible()
Getter for TipEligible.
|
String |
getTitle()
Getter for Title.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetTipEligible()
Internal Getter for TipEligible.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetTitle()
Internal Getter for Title.
|
ShiftWage.Builder |
toBuilder()
Builds a new
ShiftWage.Builder object. |
String |
toString()
Converts this ShiftWage into string format.
|
public ShiftWage(String title, Money hourlyRate, String jobId, Boolean tipEligible)
title - String value for title.hourlyRate - Money value for hourlyRate.jobId - String value for jobId.tipEligible - Boolean value for tipEligible.protected ShiftWage(io.apimatic.core.types.OptionalNullable<String> title, Money hourlyRate, String jobId, io.apimatic.core.types.OptionalNullable<Boolean> tipEligible)
title - String value for title.hourlyRate - Money value for hourlyRate.jobId - String value for jobId.tipEligible - Boolean value for tipEligible.protected io.apimatic.core.types.OptionalNullable<String> internalGetTitle()
public String getTitle()
public Money getHourlyRate()
public String getJobId()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetTipEligible()
public Boolean getTipEligible()
public String toString()
public ShiftWage.Builder toBuilder()
ShiftWage.Builder object.
Creates the instance with the state of the current model.ShiftWage.Builder objectCopyright © 2024. All rights reserved.