public class ParametersForGetEntryByPath extends Object
getEntryByPath.| Constructor and Description |
|---|
ParametersForGetEntryByPath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullPath()
The requested entry path.
|
String |
getRepositoryId()
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 |
setRepositoryId(String repositoryId)
Sets the value of the repositoryId parameter and returns the current object, to enable chaining further setters.
|
public ParametersForGetEntryByPath setRepositoryId(String repositoryId)
repositoryId - The requested repository ID.ParametersForGetEntryByPath The return valuepublic String getRepositoryId()
String 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.