public class UpdatePointersRequest extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdatePointersRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
filePointer |
protected Long |
fileSize |
protected String |
odataType |
protected Integer |
otc |
protected String |
prefix |
protected Boolean |
setBodyToNull |
protected Integer |
storagePointer |
protected String |
targetObjectId |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdatePointersRequest() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String prefix
protected Integer storagePointer
protected String filePointer
protected Long fileSize
protected Integer otc
protected String targetObjectId
protected Boolean setBodyToNull
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic UpdatePointersRequest withPrefix(String prefix)
public UpdatePointersRequest withStoragePointer(Integer storagePointer)
public UpdatePointersRequest withFilePointer(String filePointer)
public UpdatePointersRequest withFileSize(Long fileSize)
public UpdatePointersRequest withOtc(Integer otc)
public UpdatePointersRequest withTargetObjectId(String targetObjectId)
public UpdatePointersRequest withSetBodyToNull(Boolean setBodyToNull)
public UpdatePointersRequest withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static UpdatePointersRequest.Builder builder()
Copyright © 2018–2021. All rights reserved.