public class BrowseRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BrowseRequest.Builder
Builder for
BrowseRequest |
Modifier and Type | Method and Description |
---|---|
static BrowseRequest.Builder |
builder(String path)
Get the builder to build this object
|
boolean |
equals(Object o) |
Integer |
getLimit()
Return the max number of results to retrieve, if null or less than or equal to 0,
the connector will fetch all the results
|
String |
getPath() |
int |
hashCode() |
public String getPath()
@Nullable public Integer getLimit()
public static BrowseRequest.Builder builder(String path)
Copyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.