Package io.stigg.api.operations.type
Class SyncStatus
- java.lang.Object
-
- io.stigg.api.operations.type.SyncStatus
-
- Direct Known Subclasses:
SyncStatus.UNKNOWN__
public class SyncStatus extends java.lang.ObjectStatus of the integration sync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSyncStatus.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static SyncStatusERRORstatic SyncStatusNO_SYNC_REQUIREDstatic SyncStatusPENDINGjava.lang.StringrawValuestatic SyncStatusSUCCESSstatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description SyncStatus(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SyncStatussafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
ERROR
public static SyncStatus ERROR
-
NO_SYNC_REQUIRED
public static SyncStatus NO_SYNC_REQUIRED
-
PENDING
public static SyncStatus PENDING
-
SUCCESS
public static SyncStatus SUCCESS
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static SyncStatus safeValueOf(java.lang.String rawValue)
-
-