Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment.field.SegmentField
Packages that use SegmentField
-
Uses of SegmentField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment declared as SegmentFieldModifier and TypeFieldDescriptionstatic final SegmentField<String>Segment.SEGMENTUse with available fluent helpers to apply the Segment field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment that return SegmentFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
SegmentField<T>Segment.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SegmentField<T>Use with available fluent helpers to apply an extension field to query operations.