Class CasePayloadEu
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.case_management.v1.model.CasePayloadEu
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CasePayloadEu extends com.ibm.cloud.sdk.core.service.model.GenericModelSpecify if the case should be treated as EU regulated. Only one of the following properties is required. Call EU support utility endpoint to determine which property must be specified for your account.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCasePayloadEu.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LongdataCenter()Gets the dataCenter.CasePayloadEu.BuildernewBuilder()New builder.java.lang.Booleansupported()Gets the supported.
-
-
-
Method Detail
-
newBuilder
public CasePayloadEu.Builder newBuilder()
New builder.- Returns:
- a CasePayloadEu builder
-
supported
public java.lang.Boolean supported()
Gets the supported. indicating whether the case is EU supported.- Returns:
- the supported
-
dataCenter
public java.lang.Long dataCenter()
Gets the dataCenter. If EU supported utility endpoint specifies data center, then pass the data center id to mark a case as EU supported.- Returns:
- the dataCenter
-
-