Package com.sap.ai.sdk.grounding.model
Class SharePointSiteGetResponse
java.lang.Object
com.sap.ai.sdk.grounding.model.SharePointSiteGetResponse
SharePointSiteGetResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for SharePointSiteGetResponse. -
Method Summary
Modifier and TypeMethodDescriptionaddIncludePathsItem(String includePathsItem) Add one includePaths instance to thisSharePointSiteGetResponse.create()Create a type-safe, fluent-api builder object to construct a newSharePointSiteGetResponseinstance with all required arguments.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theSharePointSiteGetResponse.getId()Get idGet includePathsgetName()Get nameinthashCode()Set the id of thisSharePointSiteGetResponseinstance and return the same instance.includePaths(List<String> includePaths) Set the includePaths of thisSharePointSiteGetResponseinstance and return the same instance.Set the name of thisSharePointSiteGetResponseinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisSharePointSiteGetResponseinstance.voidSet the id of thisSharePointSiteGetResponseinstance.voidsetIncludePaths(List<String> includePaths) Set the includePaths of thisSharePointSiteGetResponseinstance.voidSet the name of thisSharePointSiteGetResponseinstance.toMap()Get the value of all properties of thisSharePointSiteGetResponseinstance including unrecognized properties.toString()
-
Constructor Details
-
SharePointSiteGetResponse
protected SharePointSiteGetResponse()Default constructor for SharePointSiteGetResponse.
-
-
Method Details
-
id
Set the id of thisSharePointSiteGetResponseinstance and return the same instance.- Parameters:
id- The id of thisSharePointSiteGetResponse- Returns:
- The same instance of this
SharePointSiteGetResponseclass
-
getId
Get id- Returns:
- id The id of this
SharePointSiteGetResponseinstance.
-
setId
Set the id of thisSharePointSiteGetResponseinstance.- Parameters:
id- The id of thisSharePointSiteGetResponse
-
name
Set the name of thisSharePointSiteGetResponseinstance and return the same instance.- Parameters:
name- The name of thisSharePointSiteGetResponse- Returns:
- The same instance of this
SharePointSiteGetResponseclass
-
getName
Get name- Returns:
- name The name of this
SharePointSiteGetResponseinstance.
-
setName
Set the name of thisSharePointSiteGetResponseinstance.- Parameters:
name- The name of thisSharePointSiteGetResponse
-
includePaths
Set the includePaths of thisSharePointSiteGetResponseinstance and return the same instance.- Parameters:
includePaths- The includePaths of thisSharePointSiteGetResponse- Returns:
- The same instance of this
SharePointSiteGetResponseclass
-
addIncludePathsItem
Add one includePaths instance to thisSharePointSiteGetResponse.- Parameters:
includePathsItem- The includePaths that should be added- Returns:
- The same instance of type
SharePointSiteGetResponse
-
getIncludePaths
Get includePaths- Returns:
- includePaths The includePaths of this
SharePointSiteGetResponseinstance.
-
setIncludePaths
Set the includePaths of thisSharePointSiteGetResponseinstance.- Parameters:
includePaths- The includePaths of thisSharePointSiteGetResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theSharePointSiteGetResponse.- Returns:
- The set of properties names
-
getCustomField
@Nullable @Deprecated public Object getCustomField(@Nonnull String name) throws NoSuchElementException Deprecated.UsetoMap()instead.Get the value of an unrecognizable property of thisSharePointSiteGetResponseinstance.- Parameters:
name- The name of the property- Returns:
- The value of the property
- Throws:
NoSuchElementException- If no property with the given name could be found.
-
toMap
Get the value of all properties of thisSharePointSiteGetResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisSharePointSiteGetResponseinstance. If the map previously contained a mapping for the key, the old value is replaced by the specified value.- Parameters:
customFieldName- The name of the propertycustomFieldValue- The value of the property
-
equals
-
hashCode
public int hashCode() -
toString
-
create
Create a type-safe, fluent-api builder object to construct a newSharePointSiteGetResponseinstance with all required arguments.
-
toMap()instead.