Class DistributionChannel
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<DistributionChannel>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.DistributionChannel
Distribution Channel
Original entity name from the Odata EDM: DistributionChannel
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DistributionChannelSelectableSelector for all available fields of DistributionChannel.static final DistributionChannelField<String>Use with available fluent helpers to apply the DistributionChannel field to query operations.static final DistributionChannelField<String>Use with available fluent helpers to apply the DistributionChannelText field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionDistributionChannel(String distributionChannel, String distributionChannelText) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
DistributionChannelField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> DistributionChannelField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected String(Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 60protected StringgetKey()getType()inthashCode()voidsetDistributionChannel(String distributionChannel) (Key Field) Constraints: Not nullablevoidsetDistributionChannelText(String distributionChannelText) 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 DistributionChannel. -
DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations. -
DISTRIBUTION_CHANNEL_TEXT
Use with available fluent helpers to apply the DistributionChannelText field to query operations.
-
-
Constructor Details
-
DistributionChannel
public DistributionChannel() -
DistributionChannel
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<DistributionChannel>
-
setDistributionChannel
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DistributionChannel
- Parameters:
distributionChannel- Distribution Channel
-
setDistributionChannelText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: DistributionChannelText
- Parameters:
distributionChannelText- Distribution Channel (Description)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<DistributionChannel>
-
getKey
- Overrides:
getKeyin classVdmObject<DistributionChannel>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<DistributionChannel>
-
fromMap
- Overrides:
fromMapin classVdmObject<DistributionChannel>
-
field
@Nonnull public static <T> DistributionChannelField<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> DistributionChannelField<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<DistributionChannel>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<DistributionChannel>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<DistributionChannel>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<DistributionChannel>
-
builder
-
getDistributionChannel
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DistributionChannel
- Returns:
- Distribution Channel
-
getDistributionChannelText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: DistributionChannelText
- Returns:
- Distribution Channel (Description)
-
toString
- Overrides:
toStringin classVdmObject<DistributionChannel>
-
equals
- Overrides:
equalsin classVdmEntity<DistributionChannel>
-
canEqual
- Overrides:
canEqualin classVdmEntity<DistributionChannel>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<DistributionChannel>
-