Class UnifiedResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.service.unified.UnifiedResponse
All Implemented Interfaces:
Serializable

public class UnifiedResponse extends BaseResponse
See Also:
  • Field Details

    • nickname

      private String nickname
    • avatar

      private String avatar
    • description

      private String description
    • type

      private String type
    • status

      private String status
    • language

      private String language
    • welcomeTip

      private String welcomeTip
    • workgroups

      private List<UserProtobuf> workgroups
  • Constructor Details

    • UnifiedResponse

      public UnifiedResponse()