public static class UpdateSharedLinkOnFileRequestBodySharedLinkField.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<UpdateSharedLinkOnFileRequestBodySharedLinkAccessField> |
access |
protected String |
password |
protected UpdateSharedLinkOnFileRequestBodySharedLinkPermissionsField |
permissions |
protected OffsetDateTime |
unsharedAt |
protected String |
vanityName |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<UpdateSharedLinkOnFileRequestBodySharedLinkAccessField> access
protected String vanityName
protected OffsetDateTime unsharedAt
protected UpdateSharedLinkOnFileRequestBodySharedLinkPermissionsField permissions
public Builder()
public UpdateSharedLinkOnFileRequestBodySharedLinkField.Builder access(UpdateSharedLinkOnFileRequestBodySharedLinkAccessField access)
public UpdateSharedLinkOnFileRequestBodySharedLinkField.Builder access(EnumWrapper<UpdateSharedLinkOnFileRequestBodySharedLinkAccessField> access)
public UpdateSharedLinkOnFileRequestBodySharedLinkField.Builder password(String password)
public UpdateSharedLinkOnFileRequestBodySharedLinkField.Builder vanityName(String vanityName)
public UpdateSharedLinkOnFileRequestBodySharedLinkField.Builder unsharedAt(OffsetDateTime unsharedAt)
public UpdateSharedLinkOnFileRequestBodySharedLinkField.Builder permissions(UpdateSharedLinkOnFileRequestBodySharedLinkPermissionsField permissions)
public UpdateSharedLinkOnFileRequestBodySharedLinkField build()