Class ListModelsOptions

java.lang.Object
com.azure.digitaltwins.core.models.ListModelsOptions

public final class ListModelsOptions extends Object
  • Constructor Details

    • ListModelsOptions

      public ListModelsOptions()
  • Method Details

    • getMaxItemsPerPage

      public Integer getMaxItemsPerPage()
      Get the maxItemsPerPage property: The maximum number of items to retrieve per request. The server may choose to return less than the requested number.
      Returns:
      the maxItemsPerPage value.
    • setMaxItemsPerPage

      public ListModelsOptions setMaxItemsPerPage(Integer maxItemsPerPage)
      Set the maxItemsPerPage property: The maximum number of items to retrieve per request. The server may choose to return less than the requested number.
      Parameters:
      maxItemsPerPage - the maxItemsPerPage value to set.
      Returns:
      the ListModelsOptions object itself.
    • getIncludeModelDefinition

      public Boolean getIncludeModelDefinition()
      Gets whether to include the model definition in the result. If false, only the model metadata will be returned.
      Returns:
      the includeModelDefinition value.
    • setIncludeModelDefinition

      public ListModelsOptions setIncludeModelDefinition(Boolean includeModelDefinition)
      Sets whether to include the model definition in the result. If false, only the model metadata will be returned.
      Parameters:
      includeModelDefinition - the includeModelDefinition value to set.
      Returns:
      the ListModelOptions object itself.
    • getDependenciesFor

      public List<String> getDependenciesFor()
      Gets the model Ids that will have their dependencies retrieved.
      Returns:
      the dependenciesFor value.
    • setDependenciesFor

      public ListModelsOptions setDependenciesFor(List<String> dependenciesFor)
      Sets the model Ids that will have their dependencies retrieved.
      Parameters:
      dependenciesFor - the dependenciesFor value to set.
      Returns:
      the ListModelOptions object itself.