Class EntityStatus.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydataplane.model.EntityStatus.Builder
-
- Enclosing class:
- EntityStatus
public static class EntityStatus.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityStatus
build()
EntityStatus.Builder
copy(EntityStatus model)
EntityStatus.Builder
inactiveBitMask(Long inactiveBitMask)
A bit mask showing the reason why the entity is inactive: - bit 0: ACTIVE - bit 1: SUSPENDED - bit 2: DISABLED - bit 3: BLOCKED - bit 4: LOCKEDEntityStatus.Builder
status(String status)
The entity status.
-
-
-
Method Detail
-
status
public EntityStatus.Builder status(String status)
The entity status.- Parameters:
status
- the value to set- Returns:
- this builder
-
inactiveBitMask
public EntityStatus.Builder inactiveBitMask(Long inactiveBitMask)
A bit mask showing the reason why the entity is inactive: - bit 0: ACTIVE - bit 1: SUSPENDED - bit 2: DISABLED - bit 3: BLOCKED - bit 4: LOCKED- Parameters:
inactiveBitMask
- the value to set- Returns:
- this builder
-
build
public EntityStatus build()
-
copy
public EntityStatus.Builder copy(EntityStatus model)
-
-