Package odata.msgraph.client.beta.entity
Class Office365GroupsActivityDetail
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.Office365GroupsActivityDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Office365GroupsActivityDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOffice365GroupsActivityDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected LongexchangeMailboxStorageUsedInBytesprotected LongexchangeMailboxTotalItemCountprotected LongexchangeReceivedEmailCountprotected LongexternalMemberCountprotected StringgroupDisplayNameprotected StringgroupIdprotected StringgroupTypeprotected BooleanisDeletedprotected LocalDatelastActivityDateprotected LongmemberCountprotected StringownerPrincipalNameprotected StringreportPeriodprotected LocalDatereportRefreshDateprotected LongsharePointActiveFileCountprotected LongsharePointSiteStorageUsedInBytesprotected LongsharePointTotalFileCountprotected LongyammerLikedMessageCountprotected LongyammerPostedMessageCountprotected LongyammerReadMessageCount-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOffice365GroupsActivityDetail()
-
Method Summary
-
-
-
Field Detail
-
exchangeMailboxStorageUsedInBytes
protected Long exchangeMailboxStorageUsedInBytes
-
exchangeMailboxTotalItemCount
protected Long exchangeMailboxTotalItemCount
-
exchangeReceivedEmailCount
protected Long exchangeReceivedEmailCount
-
externalMemberCount
protected Long externalMemberCount
-
groupDisplayName
protected String groupDisplayName
-
groupId
protected String groupId
-
groupType
protected String groupType
-
isDeleted
protected Boolean isDeleted
-
lastActivityDate
protected LocalDate lastActivityDate
-
memberCount
protected Long memberCount
-
ownerPrincipalName
protected String ownerPrincipalName
-
reportPeriod
protected String reportPeriod
-
reportRefreshDate
protected LocalDate reportRefreshDate
-
sharePointActiveFileCount
protected Long sharePointActiveFileCount
-
sharePointSiteStorageUsedInBytes
protected Long sharePointSiteStorageUsedInBytes
-
sharePointTotalFileCount
protected Long sharePointTotalFileCount
-
yammerLikedMessageCount
protected Long yammerLikedMessageCount
-
yammerPostedMessageCount
protected Long yammerPostedMessageCount
-
yammerReadMessageCount
protected Long yammerReadMessageCount
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderOffice365GroupsActivityDetail
public static Office365GroupsActivityDetail.Builder builderOffice365GroupsActivityDetail()
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
-
withExchangeMailboxStorageUsedInBytes
public Office365GroupsActivityDetail withExchangeMailboxStorageUsedInBytes(Long exchangeMailboxStorageUsedInBytes)
-
withExchangeMailboxTotalItemCount
public Office365GroupsActivityDetail withExchangeMailboxTotalItemCount(Long exchangeMailboxTotalItemCount)
-
withExchangeReceivedEmailCount
public Office365GroupsActivityDetail withExchangeReceivedEmailCount(Long exchangeReceivedEmailCount)
-
withExternalMemberCount
public Office365GroupsActivityDetail withExternalMemberCount(Long externalMemberCount)
-
withGroupDisplayName
public Office365GroupsActivityDetail withGroupDisplayName(String groupDisplayName)
-
withGroupId
public Office365GroupsActivityDetail withGroupId(String groupId)
-
withGroupType
public Office365GroupsActivityDetail withGroupType(String groupType)
-
withIsDeleted
public Office365GroupsActivityDetail withIsDeleted(Boolean isDeleted)
-
withLastActivityDate
public Office365GroupsActivityDetail withLastActivityDate(LocalDate lastActivityDate)
-
withMemberCount
public Office365GroupsActivityDetail withMemberCount(Long memberCount)
-
withOwnerPrincipalName
public Office365GroupsActivityDetail withOwnerPrincipalName(String ownerPrincipalName)
-
withReportPeriod
public Office365GroupsActivityDetail withReportPeriod(String reportPeriod)
-
withReportRefreshDate
public Office365GroupsActivityDetail withReportRefreshDate(LocalDate reportRefreshDate)
-
withSharePointActiveFileCount
public Office365GroupsActivityDetail withSharePointActiveFileCount(Long sharePointActiveFileCount)
-
withSharePointSiteStorageUsedInBytes
public Office365GroupsActivityDetail withSharePointSiteStorageUsedInBytes(Long sharePointSiteStorageUsedInBytes)
-
withSharePointTotalFileCount
public Office365GroupsActivityDetail withSharePointTotalFileCount(Long sharePointTotalFileCount)
-
withYammerLikedMessageCount
public Office365GroupsActivityDetail withYammerLikedMessageCount(Long yammerLikedMessageCount)
-
withYammerPostedMessageCount
public Office365GroupsActivityDetail withYammerPostedMessageCount(Long yammerPostedMessageCount)
-
withYammerReadMessageCount
public Office365GroupsActivityDetail withYammerReadMessageCount(Long yammerReadMessageCount)
-
withUnmappedField
public Office365GroupsActivityDetail 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 Office365GroupsActivityDetail patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public Office365GroupsActivityDetail put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-