public class FetchHintsBuilder extends Object
| Constructor and Description |
|---|
FetchHintsBuilder() |
FetchHintsBuilder(FetchHints fetchHints) |
public FetchHintsBuilder()
public FetchHintsBuilder(FetchHints fetchHints)
public FetchHints build()
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 © 2014–2018. All rights reserved.