Class UserInterfaceConfigFeatures

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

@Generated("com.microsoft.kiota") public class UserInterfaceConfigFeatures extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • UserInterfaceConfigFeatures

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

    • createFromDiscriminatorValue

      @Nonnull public static UserInterfaceConfigFeatures 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 UserInterfaceConfigFeatures
    • 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>
    • getAgents

      @Nullable public Boolean getAgents()
      Gets the agents property value. The agents property
      Returns:
      a Boolean
    • getBreadcrumbs

      @Nullable public Boolean getBreadcrumbs()
      Gets the breadcrumbs property value. The breadcrumbs property
      Returns:
      a Boolean
    • getDeleteArtifact

      @Nullable public Boolean getDeleteArtifact()
      Gets the deleteArtifact property value. The deleteArtifact property
      Returns:
      a Boolean
    • getDeleteGroup

      @Nullable public Boolean getDeleteGroup()
      Gets the deleteGroup property value. The deleteGroup property
      Returns:
      a Boolean
    • getDeleteVersion

      @Nullable public Boolean getDeleteVersion()
      Gets the deleteVersion property value. The deleteVersion property
      Returns:
      a Boolean
    • getDraftMutability

      @Nullable public Boolean getDraftMutability()
      Gets the draftMutability property value. The draftMutability property
      Returns:
      a Boolean
    • 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>>
    • getReadOnly

      @Nullable public Boolean getReadOnly()
      Gets the readOnly property value. The readOnly property
      Returns:
      a Boolean
    • getRoleManagement

      @Nullable public Boolean getRoleManagement()
      Gets the roleManagement property value. The roleManagement property
      Returns:
      a Boolean
    • getSearchIndex

      @Nullable public Boolean getSearchIndex()
      Gets the searchIndex property value. The searchIndex property
      Returns:
      a Boolean
    • getSettings

      @Nullable public Boolean getSettings()
      Gets the settings property value. The settings property
      Returns:
      a Boolean
    • 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.
    • setAgents

      public void setAgents(@Nullable Boolean value)
      Sets the agents property value. The agents property
      Parameters:
      value - Value to set for the agents property.
    • setBreadcrumbs

      public void setBreadcrumbs(@Nullable Boolean value)
      Sets the breadcrumbs property value. The breadcrumbs property
      Parameters:
      value - Value to set for the breadcrumbs property.
    • setDeleteArtifact

      public void setDeleteArtifact(@Nullable Boolean value)
      Sets the deleteArtifact property value. The deleteArtifact property
      Parameters:
      value - Value to set for the deleteArtifact property.
    • setDeleteGroup

      public void setDeleteGroup(@Nullable Boolean value)
      Sets the deleteGroup property value. The deleteGroup property
      Parameters:
      value - Value to set for the deleteGroup property.
    • setDeleteVersion

      public void setDeleteVersion(@Nullable Boolean value)
      Sets the deleteVersion property value. The deleteVersion property
      Parameters:
      value - Value to set for the deleteVersion property.
    • setDraftMutability

      public void setDraftMutability(@Nullable Boolean value)
      Sets the draftMutability property value. The draftMutability property
      Parameters:
      value - Value to set for the draftMutability property.
    • setReadOnly

      public void setReadOnly(@Nullable Boolean value)
      Sets the readOnly property value. The readOnly property
      Parameters:
      value - Value to set for the readOnly property.
    • setRoleManagement

      public void setRoleManagement(@Nullable Boolean value)
      Sets the roleManagement property value. The roleManagement property
      Parameters:
      value - Value to set for the roleManagement property.
    • setSearchIndex

      public void setSearchIndex(@Nullable Boolean value)
      Sets the searchIndex property value. The searchIndex property
      Parameters:
      value - Value to set for the searchIndex property.
    • setSettings

      public void setSettings(@Nullable Boolean value)
      Sets the settings property value. The settings property
      Parameters:
      value - Value to set for the settings property.