public class ParametersForGetEntryByPath extends Object
getEntryByPath.| Constructor and Description |
|---|
ParametersForGetEntryByPath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullPath()
The requested entry path.
|
String |
getRepoId()
The requested repository ID.
|
Boolean |
isFallbackToClosestAncestor()
An optional query parameter used to indicate whether or not the closest ancestor in the path should be returned if the initial entry path is not found.
|
ParametersForGetEntryByPath |
setFallbackToClosestAncestor(Boolean fallbackToClosestAncestor)
Sets the value of the fallbackToClosestAncestor parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetEntryByPath |
setFullPath(String fullPath)
Sets the value of the fullPath parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetEntryByPath |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
public ParametersForGetEntryByPath setRepoId(String repoId)
repoId - The requested repository ID.ParametersForGetEntryByPath The return valuepublic ParametersForGetEntryByPath setFullPath(String fullPath)
fullPath - The requested entry path.ParametersForGetEntryByPath The return valuepublic ParametersForGetEntryByPath setFallbackToClosestAncestor(Boolean fallbackToClosestAncestor)
fallbackToClosestAncestor - An optional query parameter used to indicate whether or not the closest ancestor in the path should be returned if the initial entry path is not found. The default value is false.ParametersForGetEntryByPath The return valueCopyright © 2025. All rights reserved.