Klasse IncludedFields

java.lang.Object
io.github.primelib.jira4j.restv3.model.IncludedFields

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class IncludedFields extends Object
IncludedFields
  • Felddetails

    • actuallyIncluded

      protected Set<String> actuallyIncluded
    • excluded

      protected Set<String> excluded
    • included

      protected Set<String> included
  • Konstruktordetails

    • IncludedFields

      public IncludedFields(Consumer<IncludedFields> spec)
      Constructs a validated instance of IncludedFields.
      Parameter:
      spec - the specification to process
    • IncludedFields

      @Internal public IncludedFields(Set<String> actuallyIncluded, Set<String> excluded, Set<String> included)
      Constructs a validated instance of IncludedFields.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using IncludedFields(Consumer) instead.

      Parameter:
      actuallyIncluded - actuallyIncluded
      excluded - excluded
      included - included
    • IncludedFields

      protected IncludedFields()
  • Methodendetails