Package com.sap.ai.sdk.core.model
Class BckndArgoCDApplicationDataRepoName
java.lang.Object
com.sap.ai.sdk.core.model.BckndArgoCDApplicationDataRepoName
BckndArgoCDApplicationDataRepoName
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndArgoCDApplicationDataRepoName. -
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) Set the applicationName of thisBckndArgoCDApplicationDataRepoNameinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newBckndArgoCDApplicationDataRepoNameinstance with all required arguments.booleanArgoCD application name in the request bodygetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndArgoCDApplicationDataRepoName.getPath()path within the repository to synchroniseName of the repository to synchroniserevision to synchroniseinthashCode()Set the path of thisBckndArgoCDApplicationDataRepoNameinstance and return the same instance.repositoryName(String repositoryName) Set the repositoryName of thisBckndArgoCDApplicationDataRepoNameinstance and return the same instance.Set the revision of thisBckndArgoCDApplicationDataRepoNameinstance and return the same instance.voidsetApplicationName(String applicationName) Set the applicationName of thisBckndArgoCDApplicationDataRepoNameinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndArgoCDApplicationDataRepoNameinstance.voidSet the path of thisBckndArgoCDApplicationDataRepoNameinstance.voidsetRepositoryName(String repositoryName) Set the repositoryName of thisBckndArgoCDApplicationDataRepoNameinstance.voidsetRevision(String revision) Set the revision of thisBckndArgoCDApplicationDataRepoNameinstance.toMap()Get the value of all properties of thisBckndArgoCDApplicationDataRepoNameinstance including unrecognized properties.toString()
-
Constructor Details
-
BckndArgoCDApplicationDataRepoName
protected BckndArgoCDApplicationDataRepoName()Default constructor for BckndArgoCDApplicationDataRepoName.
-
-
Method Details
-
repositoryName
Set the repositoryName of thisBckndArgoCDApplicationDataRepoNameinstance and return the same instance.- Parameters:
repositoryName- Name of the repository to synchronise- Returns:
- The same instance of this
BckndArgoCDApplicationDataRepoNameclass
-
getRepositoryName
Name of the repository to synchronise- Returns:
- repositoryName The repositoryName of this
BckndArgoCDApplicationDataRepoNameinstance.
-
setRepositoryName
Set the repositoryName of thisBckndArgoCDApplicationDataRepoNameinstance.- Parameters:
repositoryName- Name of the repository to synchronise
-
revision
Set the revision of thisBckndArgoCDApplicationDataRepoNameinstance and return the same instance.- Parameters:
revision- revision to synchronise- Returns:
- The same instance of this
BckndArgoCDApplicationDataRepoNameclass
-
getRevision
revision to synchronise- Returns:
- revision The revision of this
BckndArgoCDApplicationDataRepoNameinstance.
-
setRevision
Set the revision of thisBckndArgoCDApplicationDataRepoNameinstance.- Parameters:
revision- revision to synchronise
-
path
Set the path of thisBckndArgoCDApplicationDataRepoNameinstance and return the same instance.- Parameters:
path- path within the repository to synchronise- Returns:
- The same instance of this
BckndArgoCDApplicationDataRepoNameclass
-
getPath
path within the repository to synchronise- Returns:
- path The path of this
BckndArgoCDApplicationDataRepoNameinstance.
-
setPath
Set the path of thisBckndArgoCDApplicationDataRepoNameinstance.- Parameters:
path- path within the repository to synchronise
-
applicationName
@Nonnull public BckndArgoCDApplicationDataRepoName applicationName(@Nullable String applicationName) Set the applicationName of thisBckndArgoCDApplicationDataRepoNameinstance and return the same instance.- Parameters:
applicationName- ArgoCD application name in the request body- Returns:
- The same instance of this
BckndArgoCDApplicationDataRepoNameclass
-
getApplicationName
ArgoCD application name in the request body- Returns:
- applicationName The applicationName of this
BckndArgoCDApplicationDataRepoNameinstance.
-
setApplicationName
Set the applicationName of thisBckndArgoCDApplicationDataRepoNameinstance.- Parameters:
applicationName- ArgoCD application name in the request body
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndArgoCDApplicationDataRepoName.- 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 thisBckndArgoCDApplicationDataRepoNameinstance.- 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 thisBckndArgoCDApplicationDataRepoNameinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndArgoCDApplicationDataRepoNameinstance. 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 newBckndArgoCDApplicationDataRepoNameinstance with all required arguments.
-
toMap()instead.