public class WebAccount extends ItemFacet implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WebAccount.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected ServiceInformation |
service |
protected String |
statusMessage |
protected String |
userId |
protected String |
webUrl |
allowedAudiences, createdBy, createdDateTime, inference, lastModifiedBy, lastModifiedDateTime, sourcechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WebAccount() |
| Modifier and Type | Method and Description |
|---|---|
static WebAccount.Builder |
builderWebAccount()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDescription() |
Optional<ServiceInformation> |
getService() |
Optional<String> |
getStatusMessage() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserId() |
Optional<String> |
getWebUrl() |
String |
odataTypeName() |
WebAccount |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WebAccount |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WebAccount |
withDescription(String description) |
WebAccount |
withService(ServiceInformation service) |
WebAccount |
withStatusMessage(String statusMessage) |
WebAccount |
withUserId(String userId) |
WebAccount |
withWebUrl(String webUrl) |
getAllowedAudiences, getCreatedBy, getCreatedDateTime, getInference, getLastModifiedBy, getLastModifiedDateTime, getSource, withAllowedAudiences, withCreatedBy, withCreatedDateTime, withInference, withLastModifiedBy, withLastModifiedDateTime, withSourceprotected String description
protected String userId
protected ServiceInformation service
protected String statusMessage
protected String webUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ItemFacetpublic static WebAccount.Builder builderWebAccount()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ItemFacetpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ItemFacetpublic WebAccount withDescription(String description)
public WebAccount withUserId(String userId)
public Optional<ServiceInformation> getService()
public WebAccount withService(ServiceInformation service)
public WebAccount withStatusMessage(String statusMessage)
public WebAccount withWebUrl(String webUrl)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ItemFacetpublic WebAccount patch()
this with changed fields reset.public WebAccount put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.