public class SharingLink extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SharingLink.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Identity |
application |
protected String |
configuratorUrl |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected Boolean |
preventsDownload |
protected String |
scope |
protected String |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
webHtml |
protected String |
webUrl |
| Modifier | Constructor and Description |
|---|---|
protected |
SharingLink() |
| Modifier and Type | Method and Description |
|---|---|
static SharingLink.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Identity> |
getApplication() |
Optional<String> |
getConfiguratorUrl() |
Optional<Boolean> |
getPreventsDownload() |
Optional<String> |
getScope() |
Optional<String> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getWebHtml() |
Optional<String> |
getWebUrl() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
SharingLink |
withApplication(Identity application) |
SharingLink |
withConfiguratorUrl(String configuratorUrl) |
SharingLink |
withPreventsDownload(Boolean preventsDownload) |
SharingLink |
withScope(String scope) |
SharingLink |
withType(String type) |
SharingLink |
withWebHtml(String webHtml) |
SharingLink |
withWebUrl(String webUrl) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Identity application
protected Boolean preventsDownload
protected String configuratorUrl
protected String scope
protected String type
protected String webHtml
protected String webUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SharingLink withApplication(Identity application)
public SharingLink withPreventsDownload(Boolean preventsDownload)
public SharingLink withConfiguratorUrl(String configuratorUrl)
public SharingLink withScope(String scope)
public SharingLink withType(String type)
public SharingLink withWebHtml(String webHtml)
public SharingLink withWebUrl(String webUrl)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static SharingLink.Builder builder()
Copyright © 2018–2020. All rights reserved.