Class PathInfoBuilder


  • public class PathInfoBuilder
    extends java.lang.Object
    A builder to create PathInfos according to specifications in the tests.
    • Method Detail

      • pathInfo

        public static PathInfoBuilder pathInfo()
        Creates new instance of this builder.
        Returns:
        instance of the builder, which has no specifications done to it yet.
      • withServiceName

        public PathInfoBuilder withServiceName​(java.lang.String name)
      • withEntitySet

        public PathInfoBuilder withEntitySet​(java.lang.String set)
      • withEntityKeys

        public PathInfoBuilder withEntityKeys​(java.lang.String... keys)
      • withNavigationSegment

        public PathInfoBuilder withNavigationSegment​(java.lang.String segment)
      • withRequestPath

        public PathInfoBuilder withRequestPath​(java.lang.String path)
      • build

        public org.apache.olingo.odata2.core.PathInfoImpl build()