Interface CustomerSetAuthenticationModeAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetAuthenticationModeAction extends CustomerUpdateAction
CustomerSetAuthenticationModeAction
Example to create an instance using the builder pattern

     CustomerSetAuthenticationModeAction customerSetAuthenticationModeAction = CustomerSetAuthenticationModeAction.builder()
             .authMode(AuthenticationMode.PASSWORD)
             .build()
 
  • Field Details

    • SET_AUTHENTICATION_MODE

      static final String SET_AUTHENTICATION_MODE
      discriminator value for CustomerSetAuthenticationModeAction
      See Also:
  • Method Details