Package microsoft.dynamics.crm.entity
Class Documenttemplate.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Documenttemplate.Builder
-
- Enclosing class:
- Documenttemplate
public static final class Documenttemplate.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
documenttype
public Documenttemplate.Builder documenttype(Integer documenttype)
-
_modifiedby_value
public Documenttemplate.Builder _modifiedby_value(String _modifiedby_value)
-
name
public Documenttemplate.Builder name(String name)
-
_modifiedonbehalfby_value
public Documenttemplate.Builder _modifiedonbehalfby_value(String _modifiedonbehalfby_value)
-
_createdby_value
public Documenttemplate.Builder _createdby_value(String _createdby_value)
-
associatedentitytypecode
public Documenttemplate.Builder associatedentitytypecode(String associatedentitytypecode)
-
documenttemplateid
public Documenttemplate.Builder documenttemplateid(String documenttemplateid)
-
clientdata
public Documenttemplate.Builder clientdata(String clientdata)
-
modifiedon
public Documenttemplate.Builder modifiedon(OffsetDateTime modifiedon)
-
versionnumber
public Documenttemplate.Builder versionnumber(Long versionnumber)
-
description
public Documenttemplate.Builder description(String description)
-
createdon
public Documenttemplate.Builder createdon(OffsetDateTime createdon)
-
_organizationid_value
public Documenttemplate.Builder _organizationid_value(String _organizationid_value)
-
status
public Documenttemplate.Builder status(Boolean status)
-
content
public Documenttemplate.Builder content(String content)
-
languagecode
public Documenttemplate.Builder languagecode(Integer languagecode)
-
_createdonbehalfby_value
public Documenttemplate.Builder _createdonbehalfby_value(String _createdonbehalfby_value)
-
build
public Documenttemplate build()
-
-