public class InvoiceImpl extends IntangibleImpl implements Invoice
Invoice.Invoice.Builder| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> |
properties |
| Constructor and Description |
|---|
InvoiceImpl(com.google.common.collect.Multimap<java.lang.String,ValueType> properties,
com.google.common.collect.Multimap<java.lang.String,Thing> reverseMap) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getAccountIdList()
Returns the value list of property accountId.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getBillingPeriodList()
Returns the value list of property billingPeriod.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getBrokerList()
Returns the value list of property broker.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getCategoryList()
Returns the value list of property category.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getConfirmationNumberList()
Returns the value list of property confirmationNumber.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getCustomerList()
Returns the value list of property customer.
|
java.lang.String |
getFullTypeName()
Returns the full name of this schema.org type.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getMinimumPaymentDueList()
Returns the value list of property minimumPaymentDue.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPaymentDueDateList()
Returns the value list of property paymentDueDate.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPaymentDueList()
Returns the value list of property paymentDue.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPaymentMethodIdList()
Returns the value list of property paymentMethodId.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPaymentMethodList()
Returns the value list of property paymentMethod.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPaymentStatusList()
Returns the value list of property paymentStatus.
|
protected com.google.common.collect.ImmutableList<ValueType> |
getPropertyList(java.lang.String property) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getProviderList()
Returns the value list of property provider.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getReferencesOrderList()
Returns the value list of property referencesOrder.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getScheduledPaymentDateList()
Returns the value list of property scheduledPaymentDate.
|
protected ValueType |
getSingleValueProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getTotalPaymentDueList()
Returns the value list of property totalPaymentDue.
|
boolean |
includesProperty(java.lang.String property)
Whether the property can be set in this type.
|
getAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, contentEquals, getJsonLdContextList, getJsonLdId, getJsonLdReverseMap, getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, getJsonLdContextList, getJsonLdId, getJsonLdReverseMapgetPropertycontentEqualsprotected final com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> properties
public java.lang.String getFullTypeName()
SchemaOrgTypegetFullTypeName in interface SchemaOrgTypegetFullTypeName in class IntangibleImplpublic boolean includesProperty(java.lang.String property)
SchemaOrgTypeincludesProperty in interface SchemaOrgTypeincludesProperty in class IntangibleImplproperty - The name of property which can be short property name or full property name.public com.google.common.collect.ImmutableList<SchemaOrgType> getAccountIdList()
InvoicegetAccountIdList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getBillingPeriodList()
InvoicegetBillingPeriodList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getBrokerList()
InvoicegetBrokerList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getCategoryList()
InvoicegetCategoryList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getConfirmationNumberList()
InvoicegetConfirmationNumberList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getCustomerList()
InvoicegetCustomerList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getMinimumPaymentDueList()
InvoicegetMinimumPaymentDueList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getPaymentDueList()
InvoicegetPaymentDueList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getPaymentDueDateList()
InvoicegetPaymentDueDateList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getPaymentMethodList()
InvoicegetPaymentMethodList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getPaymentMethodIdList()
InvoicegetPaymentMethodIdList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getPaymentStatusList()
InvoicegetPaymentStatusList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getProviderList()
InvoicegetProviderList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getReferencesOrderList()
InvoicegetReferencesOrderList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getScheduledPaymentDateList()
InvoicegetScheduledPaymentDateList in interface Invoicepublic com.google.common.collect.ImmutableList<SchemaOrgType> getTotalPaymentDueList()
InvoicegetTotalPaymentDueList in interface Invoiceprotected boolean containsProperty(java.lang.String name)
@Nullable protected ValueType getSingleValueProperty(java.lang.String name) throws SchemaOrgException
SchemaOrgExceptionprotected com.google.common.collect.ImmutableList<ValueType> getPropertyList(java.lang.String property)