Class ConversionOptions
java.lang.Object
de.hybris.platform.odata2services.odata.persistence.ConversionOptions
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.olingo.odata2.api.uri.NavigationSegment>booleanDetermines whether an expand option is present in this options.booleanDetermines whether navigation segments are present in this options.booleanisNextExpandSegment(String propertyName) Determines whether the specified property name is the next expand segment of this options.booleanisNextNavigationSegment(String propertyName) Determines whether the specified property name is the next navigation segment of this options.Navigates the navigation segment.protected voidprotected voidsetNavigationSegments(List<org.apache.olingo.odata2.api.uri.NavigationSegment> segments)
-
Constructor Details
-
ConversionOptions
protected ConversionOptions()
-
-
Method Details
-
conversionOptionsBuilder
-
setExpand
-
getExpand
-
isExpandPresent
public boolean isExpandPresent()Determines whether an expand option is present in this options.- Returns:
true, if at least one nagivagtion property segment was added to this options;false, otherwise.- See Also:
-
isNextExpandSegment
Determines whether the specified property name is the next expand segment of this options.- Parameters:
propertyName- name of the property to enquire about- Returns:
true, if next expand segment in this options matches the property name;false, if next expand segment in this options does not match the property name of when there are no expand segments in this options.
-