Interface CustomerSetAuthenticationModeAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>
All Known Implementing Classes:
CustomerSetAuthenticationModeActionImpl

CustomerSetAuthenticationModeAction
Example to create an instance using the builder pattern

     CustomerSetAuthenticationModeAction customerSetAuthenticationModeAction = CustomerSetAuthenticationModeAction.builder()
             .authMode(AuthenticationMode.PASSWORD)
             .build()