Package com.sap.ai.sdk.grounding.model
Class MSSharePointConfigurationGetResponse
java.lang.Object
com.sap.ai.sdk.grounding.model.MSSharePointConfigurationGetResponse
MSSharePointConfigurationGetResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for MSSharePointConfigurationGetResponse. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a type-safe, fluent-api builder object to construct a newMSSharePointConfigurationGetResponseinstance with all required arguments.destination(String destination) Set the destination of thisMSSharePointConfigurationGetResponseinstance and return the same instance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theMSSharePointConfigurationGetResponse.Get destinationGet sharePointinthashCode()voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisMSSharePointConfigurationGetResponseinstance.voidsetDestination(String destination) Set the destination of thisMSSharePointConfigurationGetResponseinstance.voidsetSharePoint(SharePointConfigGetResponse sharePoint) Set the sharePoint of thisMSSharePointConfigurationGetResponseinstance.sharePoint(SharePointConfigGetResponse sharePoint) Set the sharePoint of thisMSSharePointConfigurationGetResponseinstance and return the same instance.toMap()Get the value of all properties of thisMSSharePointConfigurationGetResponseinstance including unrecognized properties.toString()
-
Constructor Details
-
MSSharePointConfigurationGetResponse
protected MSSharePointConfigurationGetResponse()Default constructor for MSSharePointConfigurationGetResponse.
-
-
Method Details
-
destination
Set the destination of thisMSSharePointConfigurationGetResponseinstance and return the same instance.- Parameters:
destination- The destination of thisMSSharePointConfigurationGetResponse- Returns:
- The same instance of this
MSSharePointConfigurationGetResponseclass
-
getDestination
Get destination- Returns:
- destination The destination of this
MSSharePointConfigurationGetResponseinstance.
-
setDestination
Set the destination of thisMSSharePointConfigurationGetResponseinstance.- Parameters:
destination- The destination of thisMSSharePointConfigurationGetResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theMSSharePointConfigurationGetResponse.- 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 thisMSSharePointConfigurationGetResponseinstance.- 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 thisMSSharePointConfigurationGetResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisMSSharePointConfigurationGetResponseinstance. 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 newMSSharePointConfigurationGetResponseinstance with all required arguments.
-
toMap()instead.