Package odata.msgraph.client.beta.entity
Class YammerGroupsActivityDetail
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.YammerGroupsActivityDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class YammerGroupsActivityDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classYammerGroupsActivityDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringgroupDisplayNameprotected StringgroupTypeprotected BooleanisDeletedprotected LocalDatelastActivityDateprotected LonglikedCountprotected LongmemberCountprotected StringnetworkDisplayNameprotected Booleanoffice365Connectedprotected StringownerPrincipalNameprotected LongpostedCountprotected LongreadCountprotected StringreportPeriodprotected LocalDatereportRefreshDate-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedYammerGroupsActivityDetail()
-
Method Summary
-
-
-
Field Detail
-
groupDisplayName
protected String groupDisplayName
-
groupType
protected String groupType
-
isDeleted
protected Boolean isDeleted
-
lastActivityDate
protected LocalDate lastActivityDate
-
likedCount
protected Long likedCount
-
memberCount
protected Long memberCount
-
networkDisplayName
protected String networkDisplayName
-
office365Connected
protected Boolean office365Connected
-
ownerPrincipalName
protected String ownerPrincipalName
-
postedCount
protected Long postedCount
-
readCount
protected Long readCount
-
reportPeriod
protected String reportPeriod
-
reportRefreshDate
protected LocalDate reportRefreshDate
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderYammerGroupsActivityDetail
public static YammerGroupsActivityDetail.Builder builderYammerGroupsActivityDetail()
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
-
withGroupDisplayName
public YammerGroupsActivityDetail withGroupDisplayName(String groupDisplayName)
-
withGroupType
public YammerGroupsActivityDetail withGroupType(String groupType)
-
withIsDeleted
public YammerGroupsActivityDetail withIsDeleted(Boolean isDeleted)
-
withLastActivityDate
public YammerGroupsActivityDetail withLastActivityDate(LocalDate lastActivityDate)
-
withLikedCount
public YammerGroupsActivityDetail withLikedCount(Long likedCount)
-
withMemberCount
public YammerGroupsActivityDetail withMemberCount(Long memberCount)
-
withNetworkDisplayName
public YammerGroupsActivityDetail withNetworkDisplayName(String networkDisplayName)
-
withOffice365Connected
public YammerGroupsActivityDetail withOffice365Connected(Boolean office365Connected)
-
withOwnerPrincipalName
public YammerGroupsActivityDetail withOwnerPrincipalName(String ownerPrincipalName)
-
withPostedCount
public YammerGroupsActivityDetail withPostedCount(Long postedCount)
-
withReadCount
public YammerGroupsActivityDetail withReadCount(Long readCount)
-
withReportPeriod
public YammerGroupsActivityDetail withReportPeriod(String reportPeriod)
-
withReportRefreshDate
public YammerGroupsActivityDetail withReportRefreshDate(LocalDate reportRefreshDate)
-
withUnmappedField
public YammerGroupsActivityDetail 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 YammerGroupsActivityDetail patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public YammerGroupsActivityDetail put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-