Klasse GetNotificationSchemeForProjectOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetNotificationSchemeForProjectOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GetNotificationSchemeForProjectOperationSpec extends Object
GetNotificationSchemeForProjectSpec

Specification for the GetNotificationSchemeForProject operation.

Get project notification scheme

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • GetNotificationSchemeForProjectOperationSpec

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

      @Internal public GetNotificationSchemeForProjectOperationSpec(String projectKeyOrId, String expand)
      Constructs a validated instance of GetNotificationSchemeForProjectOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      projectKeyOrId - The project ID or project key (case sensitive).
      expand - Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * all Returns all expandable information * field Returns information about any custom fields assigned to receive an event * group Returns information about any groups assigned to receive an event * notificationSchemeEvents Returns a list of event associations. This list is returned for all expandable information * projectRole Returns information about any project roles assigned to receive an event * user Returns information about any users assigned to receive an event
    • GetNotificationSchemeForProjectOperationSpec

      protected GetNotificationSchemeForProjectOperationSpec()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • projectKeyOrId

      @NotNull public @NotNull String projectKeyOrId()
      The project ID or project key (case sensitive).
    • expand

      @Nullable public @Nullable String expand()
      Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * all Returns all expandable information * field Returns information about any custom fields assigned to receive an event * group Returns information about any groups assigned to receive an event * notificationSchemeEvents Returns a list of event associations. This list is returned for all expandable information * projectRole Returns information about any project roles assigned to receive an event * user Returns information about any users assigned to receive an event
    • projectKeyOrId

      public GetNotificationSchemeForProjectOperationSpec projectKeyOrId(@NotNull @NotNull String projectKeyOrId)
      The project ID or project key (case sensitive).
      Gibt zurück:
      this.
    • expand

      public GetNotificationSchemeForProjectOperationSpec expand(@Nullable @Nullable String expand)
      Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * all Returns all expandable information * field Returns information about any custom fields assigned to receive an event * group Returns information about any groups assigned to receive an event * notificationSchemeEvents Returns a list of event associations. This list is returned for all expandable information * projectRole Returns information about any project roles assigned to receive an event * user Returns information about any users assigned to receive an event
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object