Class SubjectRightsRequestDetail
- java.lang.Object
-
- odata.msgraph.client.beta.complex.SubjectRightsRequestDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SubjectRightsRequestDetail extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubjectRightsRequestDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected LongexcludedItemCountprotected List<KeyValuePair>insightCountsprotected StringinsightCountsNextLinkprotected LongitemCountprotected LongitemNeedReviewprotected StringodataTypeprotected List<KeyValuePair>productItemCountsprotected StringproductItemCountsNextLinkprotected LongsignedOffItemCountprotected LongtotalItemSizeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedSubjectRightsRequestDetail()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubjectRightsRequestDetail.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Long>getExcludedItemCount()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>getInsightCounts()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>getInsightCounts(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Long>getItemCount()Optional<Long>getItemNeedReview()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>getProductItemCounts()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>getProductItemCounts(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Long>getSignedOffItemCount()Optional<Long>getTotalItemSize()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()SubjectRightsRequestDetailwithExcludedItemCount(Long excludedItemCount)SubjectRightsRequestDetailwithItemCount(Long itemCount)SubjectRightsRequestDetailwithItemNeedReview(Long itemNeedReview)SubjectRightsRequestDetailwithSignedOffItemCount(Long signedOffItemCount)SubjectRightsRequestDetailwithTotalItemSize(Long totalItemSize)SubjectRightsRequestDetailwithUnmappedField(String name, String value)
-
-
-
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
-
excludedItemCount
protected Long excludedItemCount
-
insightCounts
protected List<KeyValuePair> insightCounts
-
insightCountsNextLink
protected String insightCountsNextLink
-
itemCount
protected Long itemCount
-
itemNeedReview
protected Long itemNeedReview
-
productItemCounts
protected List<KeyValuePair> productItemCounts
-
productItemCountsNextLink
protected String productItemCountsNextLink
-
signedOffItemCount
protected Long signedOffItemCount
-
totalItemSize
protected Long totalItemSize
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withExcludedItemCount
public SubjectRightsRequestDetail withExcludedItemCount(Long excludedItemCount)
-
getInsightCounts
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getInsightCounts()
-
getInsightCounts
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getInsightCounts(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withItemCount
public SubjectRightsRequestDetail withItemCount(Long itemCount)
-
withItemNeedReview
public SubjectRightsRequestDetail withItemNeedReview(Long itemNeedReview)
-
getProductItemCounts
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getProductItemCounts()
-
getProductItemCounts
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getProductItemCounts(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withSignedOffItemCount
public SubjectRightsRequestDetail withSignedOffItemCount(Long signedOffItemCount)
-
withTotalItemSize
public SubjectRightsRequestDetail withTotalItemSize(Long totalItemSize)
-
withUnmappedField
public SubjectRightsRequestDetail 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 SubjectRightsRequestDetail.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
-
-