public class ParametersForGetAttribute extends Object
getAttribute.| Constructor and Description |
|---|
ParametersForGetAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeKey()
The requested attribute key.
|
String |
getRepositoryId()
The requested repository ID.
|
Boolean |
isEveryone()
Indicates if attributes associated with the "Everyone" group or the currently authenticated user is returned.
|
ParametersForGetAttribute |
setAttributeKey(String attributeKey)
Sets the value of the attributeKey parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetAttribute |
setEveryone(Boolean everyone)
Sets the value of the everyone parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetAttribute |
setRepositoryId(String repositoryId)
Sets the value of the repositoryId parameter and returns the current object, to enable chaining further setters.
|
public ParametersForGetAttribute setRepositoryId(String repositoryId)
repositoryId - The requested repository ID.ParametersForGetAttribute The return valuepublic String getRepositoryId()
String The return valuepublic ParametersForGetAttribute setAttributeKey(String attributeKey)
attributeKey - The requested attribute key.ParametersForGetAttribute The return valuepublic String getAttributeKey()
String The return valuepublic ParametersForGetAttribute setEveryone(Boolean everyone)
everyone - Indicates if attributes associated with the "Everyone" group or the currently authenticated user is returned. The default value is false.ParametersForGetAttribute The return valueCopyright © 2025. All rights reserved.