public class ItemActionSet extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemActionSet.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected CommentAction |
comment |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected CreateAction |
create |
protected DeleteAction |
delete |
protected EditAction |
edit |
protected MentionAction |
mention |
protected MoveAction |
move |
protected String |
odataType |
protected RenameAction |
rename |
protected RestoreAction |
restore |
protected ShareAction |
share |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected VersionAction |
version |
| Modifier | Constructor and Description |
|---|---|
protected |
ItemActionSet() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected CommentAction comment
protected CreateAction create
protected DeleteAction delete
protected EditAction edit
protected MentionAction mention
protected MoveAction move
protected RenameAction rename
protected RestoreAction restore
protected ShareAction share
protected VersionAction version
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<CommentAction> getComment()
public ItemActionSet withComment(CommentAction comment)
public Optional<CreateAction> getCreate()
public ItemActionSet withCreate(CreateAction create)
public Optional<DeleteAction> getDelete()
public ItemActionSet withDelete(DeleteAction delete)
public Optional<EditAction> getEdit()
public ItemActionSet withEdit(EditAction edit)
public Optional<MentionAction> getMention()
public ItemActionSet withMention(MentionAction mention)
public Optional<MoveAction> getMove()
public ItemActionSet withMove(MoveAction move)
public Optional<RenameAction> getRename()
public ItemActionSet withRename(RenameAction rename)
public Optional<RestoreAction> getRestore()
public ItemActionSet withRestore(RestoreAction restore)
public Optional<ShareAction> getShare()
public ItemActionSet withShare(ShareAction share)
public Optional<VersionAction> getVersion()
public ItemActionSet withVersion(VersionAction version)
public com.github.davidmoten.odata.client.internal.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 ItemActionSet.Builder builder()
Copyright © 2018–2020. All rights reserved.