public class Serviceendpoint extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Serviceendpoint.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Serviceendpoint() |
protected String serviceendpointid
protected String sastoken
protected OffsetDateTime overwritetime
protected String solutionid
protected String url
protected String _createdonbehalfby_value
protected OffsetDateTime modifiedon
protected String authvalue
protected Boolean ismanaged
protected BooleanManagedProperty iscustomizable
protected Integer userclaim
protected String name
protected Boolean issaskeyset
protected Integer connectionmode
protected String serviceendpointidunique
protected Boolean issastokenset
protected Integer messageformat
protected String saskey
protected Integer namespaceformat
protected String _createdby_value
protected String introducedversion
protected OffsetDateTime createdon
protected String namespaceaddress
protected Integer authtype
protected String _modifiedby_value
protected Integer componentstate
protected String _modifiedonbehalfby_value
protected Integer contract
protected String description
protected String _organizationid_value
protected Boolean isauthvalueset
protected String path
protected String solutionnamespace
protected String saskeyname
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Serviceendpoint.Builder builderServiceendpoint()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Serviceendpoint withServiceendpointid(String serviceendpointid)
public Serviceendpoint withSastoken(String sastoken)
public Optional<OffsetDateTime> getOverwritetime()
public Serviceendpoint withOverwritetime(OffsetDateTime overwritetime)
public Serviceendpoint withSolutionid(String solutionid)
public Serviceendpoint withUrl(String url)
public Serviceendpoint with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Serviceendpoint withModifiedon(OffsetDateTime modifiedon)
public Serviceendpoint withAuthvalue(String authvalue)
public Serviceendpoint withIsmanaged(Boolean ismanaged)
public Optional<BooleanManagedProperty> getIscustomizable()
public Serviceendpoint withIscustomizable(BooleanManagedProperty iscustomizable)
public Serviceendpoint withUserclaim(Integer userclaim)
public Serviceendpoint withName(String name)
public Serviceendpoint withIssaskeyset(Boolean issaskeyset)
public Serviceendpoint withConnectionmode(Integer connectionmode)
public Serviceendpoint withServiceendpointidunique(String serviceendpointidunique)
public Serviceendpoint withIssastokenset(Boolean issastokenset)
public Serviceendpoint withMessageformat(Integer messageformat)
public Serviceendpoint withSaskey(String saskey)
public Serviceendpoint withNamespaceformat(Integer namespaceformat)
public Serviceendpoint with_createdby_value(String _createdby_value)
public Serviceendpoint withIntroducedversion(String introducedversion)
public Optional<OffsetDateTime> getCreatedon()
public Serviceendpoint withCreatedon(OffsetDateTime createdon)
public Serviceendpoint withNamespaceaddress(String namespaceaddress)
public Serviceendpoint withAuthtype(Integer authtype)
public Serviceendpoint with_modifiedby_value(String _modifiedby_value)
public Serviceendpoint withComponentstate(Integer componentstate)
public Serviceendpoint with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Serviceendpoint withContract(Integer contract)
public Serviceendpoint withDescription(String description)
public Serviceendpoint with_organizationid_value(String _organizationid_value)
public Serviceendpoint withIsauthvalueset(Boolean isauthvalueset)
public Serviceendpoint withPath(String path)
public Serviceendpoint withSolutionnamespace(String solutionnamespace)
public Serviceendpoint withSaskeyname(String saskeyname)
public Serviceendpoint withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedby()
public OrganizationRequest getOrganizationid()
public SdkmessageprocessingstepCollectionRequest getServiceendpoint_sdkmessageprocessingstep()
public SystemuserRequest getModifiedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Serviceendpoint patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Serviceendpoint put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic com.github.davidmoten.odata.client.ActionRequestNoReturn triggerServiceEndpointCheck()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.