Class MigrationState

    • Field Detail

      • daysToGracePeriodEnd

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long daysToGracePeriodEnd
        The number of days remaining in the grace period for this user's account to
      • daysToGracePeriodEndSpecified

        protected boolean daysToGracePeriodEndSpecified
      • emailAlreadyUsedForInvitationToAccount

        @ApiProperty(canBeNullOrNotSet=true)
        protected Boolean emailAlreadyUsedForInvitationToAccount
        Flag for whether the email address inside this SoftLayer_User_Customer object
      • emailAlreadyUsedForInvitationToAccountSpecified

        protected boolean emailAlreadyUsedForInvitationToAccountSpecified
      • emailAlreadyUsedForLinkToAccount

        @ApiProperty(canBeNullOrNotSet=true)
        protected Boolean emailAlreadyUsedForLinkToAccount
        Flag for whether the email address inside this SoftLayer_User_Customer object
      • emailAlreadyUsedForLinkToAccountSpecified

        protected boolean emailAlreadyUsedForLinkToAccountSpecified
      • existingInvitationOpenIdConnectName

        @ApiProperty(canBeNullOrNotSet=true)
        protected String existingInvitationOpenIdConnectName
        The IBMid email address where an invitation was sent.
      • existingInvitationOpenIdConnectNameSpecified

        protected boolean existingInvitationOpenIdConnectNameSpecified
      • isAccountOpenIdConnectAuthenticated

        @ApiProperty(canBeNullOrNotSet=true)
        protected Boolean isAccountOpenIdConnectAuthenticated
        Flag for whether the account is OpenIdConnect authenticated or not.
      • isAccountOpenIdConnectAuthenticatedSpecified

        protected boolean isAccountOpenIdConnectAuthenticatedSpecified
    • Constructor Detail

      • MigrationState

        public MigrationState()
    • Method Detail

      • getDaysToGracePeriodEnd

        public Long getDaysToGracePeriodEnd()
      • setDaysToGracePeriodEnd

        public void setDaysToGracePeriodEnd​(Long daysToGracePeriodEnd)
      • isDaysToGracePeriodEndSpecified

        public boolean isDaysToGracePeriodEndSpecified()
      • unsetDaysToGracePeriodEnd

        public void unsetDaysToGracePeriodEnd()
      • getEmailAlreadyUsedForInvitationToAccount

        public Boolean getEmailAlreadyUsedForInvitationToAccount()
      • setEmailAlreadyUsedForInvitationToAccount

        public void setEmailAlreadyUsedForInvitationToAccount​(Boolean emailAlreadyUsedForInvitationToAccount)
      • isEmailAlreadyUsedForInvitationToAccountSpecified

        public boolean isEmailAlreadyUsedForInvitationToAccountSpecified()
      • unsetEmailAlreadyUsedForInvitationToAccount

        public void unsetEmailAlreadyUsedForInvitationToAccount()
      • getEmailAlreadyUsedForLinkToAccount

        public Boolean getEmailAlreadyUsedForLinkToAccount()
      • setEmailAlreadyUsedForLinkToAccount

        public void setEmailAlreadyUsedForLinkToAccount​(Boolean emailAlreadyUsedForLinkToAccount)
      • isEmailAlreadyUsedForLinkToAccountSpecified

        public boolean isEmailAlreadyUsedForLinkToAccountSpecified()
      • unsetEmailAlreadyUsedForLinkToAccount

        public void unsetEmailAlreadyUsedForLinkToAccount()
      • getExistingInvitationOpenIdConnectName

        public String getExistingInvitationOpenIdConnectName()
      • setExistingInvitationOpenIdConnectName

        public void setExistingInvitationOpenIdConnectName​(String existingInvitationOpenIdConnectName)
      • isExistingInvitationOpenIdConnectNameSpecified

        public boolean isExistingInvitationOpenIdConnectNameSpecified()
      • unsetExistingInvitationOpenIdConnectName

        public void unsetExistingInvitationOpenIdConnectName()
      • getIsAccountOpenIdConnectAuthenticated

        public Boolean getIsAccountOpenIdConnectAuthenticated()
      • setIsAccountOpenIdConnectAuthenticated

        public void setIsAccountOpenIdConnectAuthenticated​(Boolean isAccountOpenIdConnectAuthenticated)
      • isIsAccountOpenIdConnectAuthenticatedSpecified

        public boolean isIsAccountOpenIdConnectAuthenticatedSpecified()
      • unsetIsAccountOpenIdConnectAuthenticated

        public void unsetIsAccountOpenIdConnectAuthenticated()