Class InvoicingPaymentTerm.Builder
- java.lang.Object
- 
- com.oracle.bmc.onesubscription.model.InvoicingPaymentTerm.Builder
 
- 
- Enclosing class:
- InvoicingPaymentTerm
 
 public static class InvoicingPaymentTerm.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InvoicingPaymentTermbuild()InvoicingPaymentTerm.Buildercopy(InvoicingPaymentTerm model)InvoicingPaymentTerm.BuildercreatedBy(String createdBy)User that created the Payment termInvoicingPaymentTerm.Builderdescription(String description)Payment term DescriptionInvoicingPaymentTerm.BuilderisActive(Boolean isActive)Payment term active flagInvoicingPaymentTerm.Buildername(String name)Payment Term nameInvoicingPaymentTerm.BuildertimeCreated(Date timeCreated)Payment term last update dateInvoicingPaymentTerm.BuildertimeUpdated(Date timeUpdated)Payment term last update dateInvoicingPaymentTerm.BuilderupdatedBy(String updatedBy)User that updated the Payment termInvoicingPaymentTerm.Buildervalue(String value)Payment Term value
 
- 
- 
- 
Method Detail- 
namepublic InvoicingPaymentTerm.Builder name(String name) Payment Term name- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
valuepublic InvoicingPaymentTerm.Builder value(String value) Payment Term value- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic InvoicingPaymentTerm.Builder description(String description) Payment term Description- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
isActivepublic InvoicingPaymentTerm.Builder isActive(Boolean isActive) Payment term active flag- Parameters:
- isActive- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic InvoicingPaymentTerm.Builder timeCreated(Date timeCreated) Payment term last update date- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
createdBypublic InvoicingPaymentTerm.Builder createdBy(String createdBy) User that created the Payment term- Parameters:
- createdBy- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic InvoicingPaymentTerm.Builder timeUpdated(Date timeUpdated) Payment term last update date- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
updatedBypublic InvoicingPaymentTerm.Builder updatedBy(String updatedBy) User that updated the Payment term- Parameters:
- updatedBy- the value to set
- Returns:
- this builder
 
 - 
buildpublic InvoicingPaymentTerm build() 
 - 
copypublic InvoicingPaymentTerm.Builder copy(InvoicingPaymentTerm model) 
 
- 
 
-