Class ItemActionSet
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ItemActionSet
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ItemActionSet extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classItemActionSet.Builder
-
Field Summary
Fields Modifier and Type Field Description protected CommentActioncommentprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected CreateActioncreateprotected DeleteActiondeleteprotected EditActioneditprotected MentionActionmentionprotected MoveActionmoveprotected StringodataTypeprotected RenameActionrenameprotected RestoreActionrestoreprotected ShareActionshareprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected VersionActionversion
-
Constructor Summary
Constructors Modifier Constructor Description protectedItemActionSet()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
comment
protected CommentAction comment
-
create
protected CreateAction create
-
delete
protected DeleteAction delete
-
edit
protected EditAction edit
-
mention
protected MentionAction mention
-
move
protected MoveAction move
-
rename
protected RenameAction rename
-
restore
protected RestoreAction restore
-
share
protected ShareAction share
-
version
protected VersionAction version
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getComment
public Optional<CommentAction> getComment()
-
withComment
public ItemActionSet withComment(CommentAction comment)
-
getCreate
public Optional<CreateAction> getCreate()
-
withCreate
public ItemActionSet withCreate(CreateAction create)
-
getDelete
public Optional<DeleteAction> getDelete()
-
withDelete
public ItemActionSet withDelete(DeleteAction delete)
-
getEdit
public Optional<EditAction> getEdit()
-
withEdit
public ItemActionSet withEdit(EditAction edit)
-
getMention
public Optional<MentionAction> getMention()
-
withMention
public ItemActionSet withMention(MentionAction mention)
-
getMove
public Optional<MoveAction> getMove()
-
withMove
public ItemActionSet withMove(MoveAction move)
-
getRename
public Optional<RenameAction> getRename()
-
withRename
public ItemActionSet withRename(RenameAction rename)
-
getRestore
public Optional<RestoreAction> getRestore()
-
withRestore
public ItemActionSet withRestore(RestoreAction restore)
-
getShare
public Optional<ShareAction> getShare()
-
withShare
public ItemActionSet withShare(ShareAction share)
-
getVersion
public Optional<VersionAction> getVersion()
-
withVersion
public ItemActionSet withVersion(VersionAction version)
-
withUnmappedField
public ItemActionSet withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static ItemActionSet.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-