Package com.sap.ai.sdk.grounding.model
Class GoogleDrivePipelineGetResponse
java.lang.Object
com.sap.ai.sdk.grounding.model.GoogleDrivePipelineGetResponse
- All Implemented Interfaces:
GetPipeline
GoogleDrivePipelineGetResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class.static enumGets or Sets type -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for GoogleDrivePipelineGetResponse. -
Method Summary
Modifier and TypeMethodDescription_configuration(GoogleDriveConfigurationMinimal _configuration) Set the _configuration of thisGoogleDrivePipelineGetResponseinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newGoogleDrivePipelineGetResponseinstance with all required arguments.booleanGet _configurationgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theGoogleDrivePipelineGetResponse.getId()Get idGet metadatagetType()Get typeinthashCode()Set the id of thisGoogleDrivePipelineGetResponseinstance and return the same instance.Set the metadata of thisGoogleDrivePipelineGetResponseinstance and return the same instance.voidsetConfiguration(GoogleDriveConfigurationMinimal _configuration) Set the _configuration of thisGoogleDrivePipelineGetResponseinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisGoogleDrivePipelineGetResponseinstance.voidSet the id of thisGoogleDrivePipelineGetResponseinstance.voidsetMetadata(MetaData metadata) Set the metadata of thisGoogleDrivePipelineGetResponseinstance.voidSet the type of thisGoogleDrivePipelineGetResponseinstance.toMap()Get the value of all properties of thisGoogleDrivePipelineGetResponseinstance including unrecognized properties.toString()Set the type of thisGoogleDrivePipelineGetResponseinstance and return the same instance.
-
Constructor Details
-
GoogleDrivePipelineGetResponse
protected GoogleDrivePipelineGetResponse()Default constructor for GoogleDrivePipelineGetResponse.
-
-
Method Details
-
id
Set the id of thisGoogleDrivePipelineGetResponseinstance and return the same instance.- Parameters:
id- The id of thisGoogleDrivePipelineGetResponse- Returns:
- The same instance of this
GoogleDrivePipelineGetResponseclass
-
getId
Get id- Returns:
- id The id of this
GoogleDrivePipelineGetResponseinstance.
-
setId
Set the id of thisGoogleDrivePipelineGetResponseinstance.- Parameters:
id- The id of thisGoogleDrivePipelineGetResponse
-
type
@Nonnull public GoogleDrivePipelineGetResponse type(@Nonnull GoogleDrivePipelineGetResponse.TypeEnum type) Set the type of thisGoogleDrivePipelineGetResponseinstance and return the same instance.- Parameters:
type- The type of thisGoogleDrivePipelineGetResponse- Returns:
- The same instance of this
GoogleDrivePipelineGetResponseclass
-
getType
Get type- Specified by:
getTypein interfaceGetPipeline- Returns:
- type The type of this
GoogleDrivePipelineGetResponseinstance.
-
setType
Set the type of thisGoogleDrivePipelineGetResponseinstance.- Parameters:
type- The type of thisGoogleDrivePipelineGetResponse
-
metadata
Set the metadata of thisGoogleDrivePipelineGetResponseinstance and return the same instance.- Parameters:
metadata- The metadata of thisGoogleDrivePipelineGetResponse- Returns:
- The same instance of this
GoogleDrivePipelineGetResponseclass
-
getMetadata
Get metadata- Returns:
- metadata The metadata of this
GoogleDrivePipelineGetResponseinstance.
-
setMetadata
Set the metadata of thisGoogleDrivePipelineGetResponseinstance.- Parameters:
metadata- The metadata of thisGoogleDrivePipelineGetResponse
-
_configuration
@Nonnull public GoogleDrivePipelineGetResponse _configuration(@Nonnull GoogleDriveConfigurationMinimal _configuration) Set the _configuration of thisGoogleDrivePipelineGetResponseinstance and return the same instance.- Parameters:
_configuration- The _configuration of thisGoogleDrivePipelineGetResponse- Returns:
- The same instance of this
GoogleDrivePipelineGetResponseclass
-
getConfiguration
Get _configuration- Returns:
- _configuration The _configuration of this
GoogleDrivePipelineGetResponseinstance.
-
setConfiguration
Set the _configuration of thisGoogleDrivePipelineGetResponseinstance.- Parameters:
_configuration- The _configuration of thisGoogleDrivePipelineGetResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theGoogleDrivePipelineGetResponse.- 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 thisGoogleDrivePipelineGetResponseinstance.- 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 thisGoogleDrivePipelineGetResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisGoogleDrivePipelineGetResponseinstance. 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 newGoogleDrivePipelineGetResponseinstance with all required arguments.
-
toMap()instead.