-
- All Implemented Interfaces:
public final class MessageCenterInteraction.Profile
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageCenterInteraction.Profile.Initialpublic final classMessageCenterInteraction.Profile.Edit
-
Field Summary
Fields Modifier and Type Field Description private final Booleanrequestprivate final Booleanrequireprivate final MessageCenterInteraction.Profile.Initialinitialprivate final MessageCenterInteraction.Profile.Editedit
-
Constructor Summary
Constructors Constructor Description MessageCenterInteraction.Profile(Boolean request, Boolean require, MessageCenterInteraction.Profile.Initial initial, MessageCenterInteraction.Profile.Edit edit)
-
Method Summary
Modifier and Type Method Description final BooleangetRequest()final BooleangetRequire()final MessageCenterInteraction.Profile.InitialgetInitial()final MessageCenterInteraction.Profile.EditgetEdit()-
-
Constructor Detail
-
MessageCenterInteraction.Profile
MessageCenterInteraction.Profile(Boolean request, Boolean require, MessageCenterInteraction.Profile.Initial initial, MessageCenterInteraction.Profile.Edit edit)
-
-
Method Detail
-
getRequest
final Boolean getRequest()
-
getRequire
final Boolean getRequire()
-
getInitial
final MessageCenterInteraction.Profile.Initial getInitial()
-
getEdit
final MessageCenterInteraction.Profile.Edit getEdit()
-
-
-
-