Class SearchRequest

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class SearchRequest
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • aggregationFilters

        protected List<String> aggregationFilters
      • aggregationFiltersNextLink

        protected String aggregationFiltersNextLink
      • aggregationsNextLink

        protected String aggregationsNextLink
      • collapsePropertiesNextLink

        protected String collapsePropertiesNextLink
      • contentSources

        protected List<String> contentSources
      • contentSourcesNextLink

        protected String contentSourcesNextLink
      • enableTopResults

        protected Boolean enableTopResults
      • entityTypesNextLink

        protected String entityTypesNextLink
      • fieldsNextLink

        protected String fieldsNextLink
      • region

        protected String region
      • sortPropertiesNextLink

        protected String sortPropertiesNextLink
    • Constructor Detail

      • SearchRequest

        protected SearchRequest()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getAggregationFilters

        public com.github.davidmoten.odata.client.CollectionPage<String> getAggregationFilters()
      • getAggregationFilters

        public com.github.davidmoten.odata.client.CollectionPage<String> getAggregationFilters​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getAggregations

        public com.github.davidmoten.odata.client.CollectionPage<AggregationOption> getAggregations()
      • getAggregations

        public com.github.davidmoten.odata.client.CollectionPage<AggregationOption> getAggregations​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getCollapseProperties

        public com.github.davidmoten.odata.client.CollectionPage<CollapseProperty> getCollapseProperties()
      • getCollapseProperties

        public com.github.davidmoten.odata.client.CollectionPage<CollapseProperty> getCollapseProperties​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getContentSources

        public com.github.davidmoten.odata.client.CollectionPage<String> getContentSources()
      • getContentSources

        public com.github.davidmoten.odata.client.CollectionPage<String> getContentSources​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getEntityTypes

        public com.github.davidmoten.odata.client.CollectionPage<EntityType> getEntityTypes()
      • getEntityTypes

        public com.github.davidmoten.odata.client.CollectionPage<EntityType> getEntityTypes​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getFields

        public com.github.davidmoten.odata.client.CollectionPage<String> getFields()
      • getFields

        public com.github.davidmoten.odata.client.CollectionPage<String> getFields​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getSortProperties

        public com.github.davidmoten.odata.client.CollectionPage<SortProperty> getSortProperties()
      • getSortProperties

        public com.github.davidmoten.odata.client.CollectionPage<SortProperty> getSortProperties​(com.github.davidmoten.odata.client.HttpRequestOptions options)
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
      • builder

        public static SearchRequest.Builder builder()
        Returns a builder which is used to create a new instance of this class (given that this class is immutable).
        Returns:
        a new Builder for this class