I am trying to set "isExternalCollabRestricted" field while creating BoxUser using the box-sdk.
I only see a get method for this variable
public boolean getIsExternalCollabRestricted()
But where is the public boolean setIsExternalCollabRestricted() ?
I am referring this link https://github.com/box/box-java-sdk/blob/main/src/main/java/com/box/sdk/BoxUser.java