Class NotificationGroupClientCreate1.Builder
- java.lang.Object
-
- com.chrt.api.resources.notifications.groups.requests.NotificationGroupClientCreate1.Builder
-
- All Implemented Interfaces:
NotificationGroupClientCreate1._FinalStage,NotificationGroupClientCreate1.GroupNameStage,NotificationGroupClientCreate1.SchemaVersionStage
- Enclosing class:
- NotificationGroupClientCreate1
public static final class NotificationGroupClientCreate1.Builder extends java.lang.Object implements NotificationGroupClientCreate1.SchemaVersionStage, NotificationGroupClientCreate1.GroupNameStage, NotificationGroupClientCreate1._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationGroupClientCreate1build()NotificationGroupClientCreate1.Builderfrom(NotificationGroupClientCreate1 other)NotificationGroupClientCreate1._FinalStagegroupName(java.lang.String groupName)NotificationGroupClientCreate1.GroupNameStageschemaVersion(int schemaVersion)
-
-
-
Method Detail
-
from
public NotificationGroupClientCreate1.Builder from(NotificationGroupClientCreate1 other)
- Specified by:
fromin interfaceNotificationGroupClientCreate1.SchemaVersionStage
-
schemaVersion
public NotificationGroupClientCreate1.GroupNameStage schemaVersion(int schemaVersion)
- Specified by:
schemaVersionin interfaceNotificationGroupClientCreate1.SchemaVersionStage
-
groupName
public NotificationGroupClientCreate1._FinalStage groupName(@NotNull java.lang.String groupName)
- Specified by:
groupNamein interfaceNotificationGroupClientCreate1.GroupNameStage
-
build
public NotificationGroupClientCreate1 build()
- Specified by:
buildin interfaceNotificationGroupClientCreate1._FinalStage
-
-