public class FetchHintsBuilder extends Object
| Constructor and Description |
|---|
FetchHintsBuilder() |
FetchHintsBuilder(FetchHints fetchHints) |
public FetchHintsBuilder()
public FetchHintsBuilder(FetchHints fetchHints)
public FetchHints build()
public FetchHintsBuilder setIncludeEdgeIds(boolean includeEdgeIds)
public FetchHintsBuilder setIncludeEdgeVertexIds(boolean includeEdgeVertexIds)
public static FetchHintsBuilder parse(org.json.JSONObject fetchHintsJson)
public FetchHintsBuilder setIncludeAllProperties(boolean includeAllProperties)
public FetchHintsBuilder setPropertyNamesToInclude(Set<String> propertyNamesToInclude)
public FetchHintsBuilder setPropertyNamesToInclude(String... propertyNamesToInclude)
public FetchHintsBuilder setIncludeAllPropertyMetadata(boolean includeAllPropertyMetadata)
public FetchHintsBuilder setMetadataKeysToInclude(Set<String> metadataKeysToInclude)
public FetchHintsBuilder setMetadataKeysToInclude(String... metadataKeysToInclude)
public FetchHintsBuilder setIncludeHidden(boolean includeHidden)
public FetchHintsBuilder setIncludeAllEdgeRefs(boolean includeAllEdgeRefs)
public FetchHintsBuilder setIncludeOutEdgeRefs(boolean includeOutEdgeRefs)
public FetchHintsBuilder setIncludeInEdgeRefs(boolean includeInEdgeRefs)
public FetchHintsBuilder setEdgeLabelsOfEdgeRefsToInclude(Set<String> edgeLabelsOfEdgeRefsToInclude)
public FetchHintsBuilder setEdgeLabelsOfEdgeRefsToInclude(String... edgeLabelsOfEdgeRefsToInclude)
public FetchHintsBuilder setIncludeEdgeLabelsAndCounts(boolean includeEdgeLabelsAndCounts)
public FetchHintsBuilder setIncludeExtendedDataTableNames(boolean includeExtendedDataTableNames)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.