Package microsoft.dynamics.crm.entity
Class Serviceendpoint
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Serviceendpoint
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Serviceendpoint extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceendpoint.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedServiceendpoint()
-
Method Summary
-
-
-
Field Detail
-
serviceendpointid
protected UUID serviceendpointid
-
sastoken
protected String sastoken
-
overwritetime
protected OffsetDateTime overwritetime
-
solutionid
protected UUID solutionid
-
url
protected String url
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
modifiedon
protected OffsetDateTime modifiedon
-
authvalue
protected String authvalue
-
ismanaged
protected Boolean ismanaged
-
iscustomizable
protected BooleanManagedProperty iscustomizable
-
userclaim
protected Integer userclaim
-
name
protected String name
-
issaskeyset
protected Boolean issaskeyset
-
connectionmode
protected Integer connectionmode
-
serviceendpointidunique
protected UUID serviceendpointidunique
-
issastokenset
protected Boolean issastokenset
-
messageformat
protected Integer messageformat
-
saskey
protected String saskey
-
namespaceformat
protected Integer namespaceformat
-
_createdby_value
protected UUID _createdby_value
-
introducedversion
protected String introducedversion
-
createdon
protected OffsetDateTime createdon
-
namespaceaddress
protected String namespaceaddress
-
authtype
protected Integer authtype
-
_modifiedby_value
protected UUID _modifiedby_value
-
componentstate
protected Integer componentstate
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
contract
protected Integer contract
-
description
protected String description
-
_organizationid_value
protected UUID _organizationid_value
-
isauthvalueset
protected Boolean isauthvalueset
-
path
protected String path
-
solutionnamespace
protected String solutionnamespace
-
saskeyname
protected String saskeyname
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderServiceendpoint
public static Serviceendpoint.Builder builderServiceendpoint()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withServiceendpointid
public Serviceendpoint withServiceendpointid(UUID serviceendpointid)
-
withSastoken
public Serviceendpoint withSastoken(String sastoken)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Serviceendpoint withOverwritetime(OffsetDateTime overwritetime)
-
withSolutionid
public Serviceendpoint withSolutionid(UUID solutionid)
-
withUrl
public Serviceendpoint withUrl(String url)
-
with_createdonbehalfby_value
public Serviceendpoint with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Serviceendpoint withModifiedon(OffsetDateTime modifiedon)
-
withAuthvalue
public Serviceendpoint withAuthvalue(String authvalue)
-
withIsmanaged
public Serviceendpoint withIsmanaged(Boolean ismanaged)
-
getIscustomizable
public Optional<BooleanManagedProperty> getIscustomizable()
-
withIscustomizable
public Serviceendpoint withIscustomizable(BooleanManagedProperty iscustomizable)
-
withUserclaim
public Serviceendpoint withUserclaim(Integer userclaim)
-
withName
public Serviceendpoint withName(String name)
-
withIssaskeyset
public Serviceendpoint withIssaskeyset(Boolean issaskeyset)
-
withConnectionmode
public Serviceendpoint withConnectionmode(Integer connectionmode)
-
withServiceendpointidunique
public Serviceendpoint withServiceendpointidunique(UUID serviceendpointidunique)
-
withIssastokenset
public Serviceendpoint withIssastokenset(Boolean issastokenset)
-
withMessageformat
public Serviceendpoint withMessageformat(Integer messageformat)
-
withSaskey
public Serviceendpoint withSaskey(String saskey)
-
withNamespaceformat
public Serviceendpoint withNamespaceformat(Integer namespaceformat)
-
with_createdby_value
public Serviceendpoint with_createdby_value(UUID _createdby_value)
-
withIntroducedversion
public Serviceendpoint withIntroducedversion(String introducedversion)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Serviceendpoint withCreatedon(OffsetDateTime createdon)
-
withNamespaceaddress
public Serviceendpoint withNamespaceaddress(String namespaceaddress)
-
withAuthtype
public Serviceendpoint withAuthtype(Integer authtype)
-
with_modifiedby_value
public Serviceendpoint with_modifiedby_value(UUID _modifiedby_value)
-
withComponentstate
public Serviceendpoint withComponentstate(Integer componentstate)
-
with_modifiedonbehalfby_value
public Serviceendpoint with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withContract
public Serviceendpoint withContract(Integer contract)
-
withDescription
public Serviceendpoint withDescription(String description)
-
with_organizationid_value
public Serviceendpoint with_organizationid_value(UUID _organizationid_value)
-
withIsauthvalueset
public Serviceendpoint withIsauthvalueset(Boolean isauthvalueset)
-
withPath
public Serviceendpoint withPath(String path)
-
withSolutionnamespace
public Serviceendpoint withSolutionnamespace(String solutionnamespace)
-
withSaskeyname
public Serviceendpoint withSaskeyname(String saskeyname)
-
withUnmappedField
public Serviceendpoint withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getServiceendpoint_sdkmessageprocessingstep
public SdkmessageprocessingstepCollectionRequest getServiceendpoint_sdkmessageprocessingstep()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Serviceendpoint patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Serviceendpoint put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
triggerServiceEndpointCheck
public com.github.davidmoten.odata.client.ActionRequestNoReturn triggerServiceEndpointCheck()
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-