public class OfficeClientConfiguration extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected List<OfficeClientCheckinStatus> |
checkinStatuses |
protected String |
checkinStatusesNextLink |
protected String |
description |
protected String |
displayName |
protected String |
policyPayload |
protected Integer |
priority |
protected OfficeUserCheckinSummary |
userCheckinSummary |
protected String |
userPreferencePayload |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
OfficeClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<OfficeClientConfigurationAssignment> |
assign(List<OfficeClientConfigurationAssignment> officeConfigurationAssignments) |
OfficeClientConfigurationAssignmentCollectionRequest |
getAssignments() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<OfficeClientCheckinStatus> |
getCheckinStatuses() |
com.github.davidmoten.odata.client.CollectionPage<OfficeClientCheckinStatus> |
getCheckinStatuses(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getDescription() |
Optional<String> |
getDisplayName() |
Optional<com.github.davidmoten.odata.client.StreamProvider> |
getPolicyPayload() |
Optional<Integer> |
getPriority() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<OfficeUserCheckinSummary> |
getUserCheckinSummary() |
Optional<com.github.davidmoten.odata.client.StreamProvider> |
getUserPreferencePayload() |
String |
odataTypeName() |
OfficeClientConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
OfficeClientConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> |
putChunkedPolicyPayload()
If metadata indicate that the stream is editable then returns
a
StreamUploaderChunked which can be used to upload the stream
to the policyPayload property. |
Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> |
putChunkedUserPreferencePayload()
If metadata indicate that the stream is editable then returns
a
StreamUploaderChunked which can be used to upload the stream
to the userPreferencePayload property. |
Optional<com.github.davidmoten.odata.client.StreamUploader> |
putPolicyPayload()
If metadata indicate that the stream is editable then returns
a
StreamUploader which can be used to upload the stream
to the policyPayload property. |
<T> T |
putPolicyPayload(com.github.davidmoten.odata.client.UploadStrategy<T> strategy) |
Optional<com.github.davidmoten.odata.client.StreamUploader> |
putUserPreferencePayload()
If metadata indicate that the stream is editable then returns
a
StreamUploader which can be used to upload the stream
to the userPreferencePayload property. |
<T> T |
putUserPreferencePayload(com.github.davidmoten.odata.client.UploadStrategy<T> strategy) |
String |
toString() |
OfficeClientConfiguration |
withDescription(String description) |
OfficeClientConfiguration |
withDisplayName(String displayName) |
OfficeClientConfiguration |
withPriority(Integer priority) |
OfficeClientConfiguration |
withUserCheckinSummary(OfficeUserCheckinSummary userCheckinSummary) |
protected String userPreferencePayload
protected String policyPayload
protected String description
protected String displayName
protected Integer priority
protected OfficeUserCheckinSummary userCheckinSummary
protected List<OfficeClientCheckinStatus> checkinStatuses
protected String checkinStatusesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<com.github.davidmoten.odata.client.StreamProvider> getUserPreferencePayload()
public Optional<com.github.davidmoten.odata.client.StreamUploader> putUserPreferencePayload()
StreamUploader which can be used to upload the stream
to the userPreferencePayload property.public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedUserPreferencePayload()
StreamUploaderChunked which can be used to upload the stream
to the userPreferencePayload property.public <T> T putUserPreferencePayload(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
public Optional<com.github.davidmoten.odata.client.StreamProvider> getPolicyPayload()
public Optional<com.github.davidmoten.odata.client.StreamUploader> putPolicyPayload()
StreamUploader which can be used to upload the stream
to the policyPayload property.public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedPolicyPayload()
StreamUploaderChunked which can be used to upload the stream
to the policyPayload property.public <T> T putPolicyPayload(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
public OfficeClientConfiguration withDescription(String description)
public OfficeClientConfiguration withDisplayName(String displayName)
public OfficeClientConfiguration withPriority(Integer priority)
public Optional<OfficeUserCheckinSummary> getUserCheckinSummary()
public OfficeClientConfiguration withUserCheckinSummary(OfficeUserCheckinSummary userCheckinSummary)
public com.github.davidmoten.odata.client.CollectionPage<OfficeClientCheckinStatus> getCheckinStatuses()
public com.github.davidmoten.odata.client.CollectionPage<OfficeClientCheckinStatus> getCheckinStatuses(com.github.davidmoten.odata.client.HttpRequestOptions options)
public OfficeClientConfigurationAssignmentCollectionRequest getAssignments()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic OfficeClientConfiguration patch()
this with changed fields reset.public OfficeClientConfiguration put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<OfficeClientConfigurationAssignment> assign(List<OfficeClientConfigurationAssignment> officeConfigurationAssignments)
Copyright © 2018–2020. All rights reserved.