Class NotificationSchemeAndProjectMappingJsonBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationSchemeAndProjectMappingJsonBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeAndProjectMappingJsonBean
extends Object
NotificationSchemeAndProjectMappingJsonBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNotificationSchemeAndProjectMappingJsonBean(String notificationSchemeId, String projectId) Constructs a validated instance ofNotificationSchemeAndProjectMappingJsonBean.NotificationSchemeAndProjectMappingJsonBean(Consumer<NotificationSchemeAndProjectMappingJsonBean> spec) Constructs a validated instance ofNotificationSchemeAndProjectMappingJsonBean. -
Method Summary
Modifier and TypeMethodDescriptionstatic NotificationSchemeAndProjectMappingJsonBean.NotificationSchemeAndProjectMappingJsonBeanBuilderbuilder()protected booleanbooleaninthashCode()notificationSchemeId(String notificationSchemeId) toString()
-
Field Details
-
notificationSchemeId
-
projectId
-
-
Constructor Details
-
NotificationSchemeAndProjectMappingJsonBean
public NotificationSchemeAndProjectMappingJsonBean(Consumer<NotificationSchemeAndProjectMappingJsonBean> spec) Constructs a validated instance ofNotificationSchemeAndProjectMappingJsonBean.- Parameters:
spec- the specification to process
-
NotificationSchemeAndProjectMappingJsonBean
@Internal public NotificationSchemeAndProjectMappingJsonBean(String notificationSchemeId, String projectId) Constructs a validated instance ofNotificationSchemeAndProjectMappingJsonBean.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationSchemeAndProjectMappingJsonBean(Consumer)instead.- Parameters:
notificationSchemeId- notificationSchemeIdprojectId- projectId
-
NotificationSchemeAndProjectMappingJsonBean
protected NotificationSchemeAndProjectMappingJsonBean()
-
-
Method Details
-
builder
public static NotificationSchemeAndProjectMappingJsonBean.NotificationSchemeAndProjectMappingJsonBeanBuilder builder() -
notificationSchemeId
-
projectId
-
notificationSchemeId
public NotificationSchemeAndProjectMappingJsonBean notificationSchemeId(String notificationSchemeId) - Returns:
this.
-
projectId
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-