| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
build() |
static com.sap.scimono.api.PagingStartParametersSetter |
forGroups(List<Group> groups) |
static com.sap.scimono.api.PagingStartParametersSetter |
forUsers(List<User> users) |
com.sap.scimono.api.RequestedCountSetter |
withPagingStartParameters(String startId,
int startIndex) |
com.sap.scimono.api.TotalResultsCountSetter |
withRequestedCount(int count) |
com.sap.scimono.api.ResponseBuilder |
withTotalResultsCount(int count) |
public static com.sap.scimono.api.PagingStartParametersSetter forGroups(List<Group> groups)
public com.sap.scimono.api.RequestedCountSetter withPagingStartParameters(String startId, int startIndex)
public com.sap.scimono.api.TotalResultsCountSetter withRequestedCount(int count)
public com.sap.scimono.api.ResponseBuilder withTotalResultsCount(int count)
public javax.ws.rs.core.Response build()
Copyright © 2022 SAP SE. All rights reserved.