Class GitOpsValidateRequest

java.lang.Object
io.apicurio.registry.rest.client.models.GitOpsValidateRequest
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable

@Generated("com.microsoft.kiota") public class GitOpsValidateRequest extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable
Request body for creating a dry-run validation task.
  • Constructor Details

    • GitOpsValidateRequest

      public GitOpsValidateRequest()
      Instantiates a new GitOpsValidateRequest and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static GitOpsValidateRequest createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a GitOpsValidateRequest
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getRef

      @Nullable public String getRef()
      Gets the ref property value. Git ref to validate (branch name, tag, or PR ref like `refs/pull/42/head`).
      Returns:
      a String
    • getRepoId

      @Nullable public String getRepoId()
      Gets the repoId property value. Repository ID to validate against. Must match a configured repository.
      Returns:
      a String
    • getType

      @Nullable public GitOpsValidateRequestType getType()
      Gets the type property value. Validation type. Currently only `pull` is supported.
      Returns:
      a GitOpsValidateRequestType
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setRef

      public void setRef(@Nullable String value)
      Sets the ref property value. Git ref to validate (branch name, tag, or PR ref like `refs/pull/42/head`).
      Parameters:
      value - Value to set for the ref property.
    • setRepoId

      public void setRepoId(@Nullable String value)
      Sets the repoId property value. Repository ID to validate against. Must match a configured repository.
      Parameters:
      value - Value to set for the repoId property.
    • setType

      public void setType(@Nullable GitOpsValidateRequestType value)
      Sets the type property value. Validation type. Currently only `pull` is supported.
      Parameters:
      value - Value to set for the type property.