public static class EntityStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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: LOCKED
|
EntityStatus.Builder |
status(String status)
The entity status.
|
public EntityStatus.Builder status(String status)
The entity status.
status
- the value to setpublic 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
inactiveBitMask
- the value to setpublic EntityStatus build()
public EntityStatus.Builder copy(EntityStatus model)
Copyright © 2016–2024. All rights reserved.