Package odata.msgraph.client.beta.entity
Class SharePointActivityUserDetail
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.SharePointActivityUserDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class SharePointActivityUserDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSharePointActivityUserDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>assignedProductsprotected StringassignedProductsNextLinkprotected LocalDatedeletedDateprotected BooleanisDeletedprotected LocalDatelastActivityDateprotected StringreportPeriodprotected LocalDatereportRefreshDateprotected LongsharedExternallyFileCountprotected LongsharedInternallyFileCountprotected LongsyncedFileCountprotected StringuserPrincipalNameprotected LongviewedOrEditedFileCountprotected LongvisitedPageCount-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSharePointActivityUserDetail()
-
Method Summary
-
-
-
Field Detail
-
assignedProductsNextLink
protected String assignedProductsNextLink
-
deletedDate
protected LocalDate deletedDate
-
isDeleted
protected Boolean isDeleted
-
lastActivityDate
protected LocalDate lastActivityDate
-
reportPeriod
protected String reportPeriod
-
reportRefreshDate
protected LocalDate reportRefreshDate
-
sharedExternallyFileCount
protected Long sharedExternallyFileCount
-
sharedInternallyFileCount
protected Long sharedInternallyFileCount
-
syncedFileCount
protected Long syncedFileCount
-
userPrincipalName
protected String userPrincipalName
-
viewedOrEditedFileCount
protected Long viewedOrEditedFileCount
-
visitedPageCount
protected Long visitedPageCount
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderSharePointActivityUserDetail
public static SharePointActivityUserDetail.Builder builderSharePointActivityUserDetail()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getAssignedProducts
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignedProducts()
-
withAssignedProducts
public SharePointActivityUserDetail withAssignedProducts(List<String> assignedProducts)
-
getAssignedProducts
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignedProducts(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withDeletedDate
public SharePointActivityUserDetail withDeletedDate(LocalDate deletedDate)
-
withIsDeleted
public SharePointActivityUserDetail withIsDeleted(Boolean isDeleted)
-
withLastActivityDate
public SharePointActivityUserDetail withLastActivityDate(LocalDate lastActivityDate)
-
withReportPeriod
public SharePointActivityUserDetail withReportPeriod(String reportPeriod)
-
withReportRefreshDate
public SharePointActivityUserDetail withReportRefreshDate(LocalDate reportRefreshDate)
-
withSharedExternallyFileCount
public SharePointActivityUserDetail withSharedExternallyFileCount(Long sharedExternallyFileCount)
-
withSharedInternallyFileCount
public SharePointActivityUserDetail withSharedInternallyFileCount(Long sharedInternallyFileCount)
-
withSyncedFileCount
public SharePointActivityUserDetail withSyncedFileCount(Long syncedFileCount)
-
withUserPrincipalName
public SharePointActivityUserDetail withUserPrincipalName(String userPrincipalName)
-
withViewedOrEditedFileCount
public SharePointActivityUserDetail withViewedOrEditedFileCount(Long viewedOrEditedFileCount)
-
withVisitedPageCount
public SharePointActivityUserDetail withVisitedPageCount(Long visitedPageCount)
-
withUnmappedField
public SharePointActivityUserDetail withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public SharePointActivityUserDetail patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public SharePointActivityUserDetail put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-