Class EntityStatus.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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