Class RetroBillingUsageText
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<RetroBillingUsageText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesanddistributiondocumentorderreason.RetroBillingUsageText
Description of Retro-Billing Usage Indicator
Original entity name from the Odata EDM: A_RetroBillingUsageTextType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RetroBillingUsageTextSelectableSelector for all available fields of RetroBillingUsageText.static final RetroBillingUsageTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final RetroBillingUsageTextField<String>Use with available fluent helpers to apply the RetroBillingUsage field to query operations.static final RetroBillingUsageTextField<String>Use with available fluent helpers to apply the RetroBillingUsageDesc field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionRetroBillingUsageText(String retroBillingUsage, String language, String retroBillingUsageDesc) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
RetroBillingUsageTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> RetroBillingUsageTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 60getType()inthashCode()voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetRetroBillingUsage(String retroBillingUsage) (Key Field) Constraints: Not nullable, Maximum length: 1voidsetRetroBillingUsageDesc(String retroBillingUsageDesc) Constraints: Not nullable, Maximum length: 60protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of RetroBillingUsageText. -
RETRO_BILLING_USAGE
Use with available fluent helpers to apply the RetroBillingUsage field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
RETRO_BILLING_USAGE_DESC
Use with available fluent helpers to apply the RetroBillingUsageDesc field to query operations.
-
-
Constructor Details
-
RetroBillingUsageText
public RetroBillingUsageText() -
RetroBillingUsageText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<RetroBillingUsageText>
-
setRetroBillingUsage
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RetroBillingUsage
- Parameters:
retroBillingUsage- Use of Order Reason for Retroactive Billing
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setRetroBillingUsageDesc
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: RetroBillingUsageDesc
- Parameters:
retroBillingUsageDesc- Short Text for Fixed Values
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<RetroBillingUsageText>
-
getKey
- Overrides:
getKeyin classVdmObject<RetroBillingUsageText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<RetroBillingUsageText>
-
fromMap
- Overrides:
fromMapin classVdmObject<RetroBillingUsageText>
-
field
@Nonnull public static <T> RetroBillingUsageTextField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> RetroBillingUsageTextField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<RetroBillingUsageText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<RetroBillingUsageText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<RetroBillingUsageText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<RetroBillingUsageText>
-
builder
-
getRetroBillingUsage
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RetroBillingUsage
- Returns:
- Use of Order Reason for Retroactive Billing
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getRetroBillingUsageDesc
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: RetroBillingUsageDesc
- Returns:
- Short Text for Fixed Values
-
toString
- Overrides:
toStringin classVdmObject<RetroBillingUsageText>
-
equals
- Overrides:
equalsin classVdmEntity<RetroBillingUsageText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<RetroBillingUsageText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<RetroBillingUsageText>
-