public class ParametersForGetTrusteeAttributeValueByKey extends Object
getTrusteeAttributeValueByKey.| Constructor and Description |
|---|
ParametersForGetTrusteeAttributeValueByKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeKey()
The requested attribute key.
|
String |
getRepoId()
The requested repository ID.
|
Boolean |
isEveryone()
Boolean value that indicates whether to return attributes associated with everyone or the currently authenticated user.
|
ParametersForGetTrusteeAttributeValueByKey |
setAttributeKey(String attributeKey)
Sets the value of the attributeKey parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetTrusteeAttributeValueByKey |
setEveryone(Boolean everyone)
Sets the value of the everyone parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetTrusteeAttributeValueByKey |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
public ParametersForGetTrusteeAttributeValueByKey()
public ParametersForGetTrusteeAttributeValueByKey setRepoId(String repoId)
repoId - The requested repository ID.ParametersForGetTrusteeAttributeValueByKey The return valuepublic ParametersForGetTrusteeAttributeValueByKey setAttributeKey(String attributeKey)
attributeKey - The requested attribute key.ParametersForGetTrusteeAttributeValueByKey The return valuepublic String getAttributeKey()
String The return valuepublic ParametersForGetTrusteeAttributeValueByKey setEveryone(Boolean everyone)
everyone - Boolean value that indicates whether to return attributes associated with everyone or the currently authenticated user.ParametersForGetTrusteeAttributeValueByKey The return valueCopyright © 2025. All rights reserved.