Class Group.GroupUserLanguageModifyRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupUserLanguageModifyRequest
Enclosing class:
Group

public static class Group.GroupUserLanguageModifyRequest extends Request<DefaultResponse>
Request to modify language of the users within a group. If neither applyToUsers nor applyToServiceInstances is specified in the request, language is not changed for any user in the group. If applyToUsers is specified, regular users within the group have the language modified. If applyToServiceInstances is specified, the service instance users within the group have the language modified. The response is either SuccessResponse or ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • group

      @NotNull @Valid protected transient @NotNull @Valid Group group
    • language

      @NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) String language
    • applyToUsers

      @AssertTrue protected @AssertTrue Boolean applyToUsers
    • applyToServiceInstances

      @AssertTrue protected @AssertTrue Boolean applyToServiceInstances
  • Constructor Details

    • GroupUserLanguageModifyRequest

      public GroupUserLanguageModifyRequest()
    • GroupUserLanguageModifyRequest

      public GroupUserLanguageModifyRequest(Group group, String language)
  • Method Details