Package microsoft.dynamics.crm.entity
Class Postcomment.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Postcomment.Builder
-
- Enclosing class:
- Postcomment
public static final class Postcomment.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Postcomment.Builder_createdby_value(String _createdby_value)Postcomment.Builder_createdonbehalfby_value(String _createdonbehalfby_value)Postcomment.Builder_organizationid_value(String _organizationid_value)Postcomment.Builder_postid_value(String _postid_value)Postcommentbuild()Postcomment.Buildercreatedon(OffsetDateTime createdon)Postcomment.Builderpostcommentid(String postcommentid)Postcomment.Buildertext(String text)Postcomment.Buildertimezoneruleversionnumber(Integer timezoneruleversionnumber)Postcomment.Builderutcconversiontimezonecode(Integer utcconversiontimezonecode)
-
-
-
Method Detail
-
text
public Postcomment.Builder text(String text)
-
timezoneruleversionnumber
public Postcomment.Builder timezoneruleversionnumber(Integer timezoneruleversionnumber)
-
utcconversiontimezonecode
public Postcomment.Builder utcconversiontimezonecode(Integer utcconversiontimezonecode)
-
_organizationid_value
public Postcomment.Builder _organizationid_value(String _organizationid_value)
-
_createdonbehalfby_value
public Postcomment.Builder _createdonbehalfby_value(String _createdonbehalfby_value)
-
_createdby_value
public Postcomment.Builder _createdby_value(String _createdby_value)
-
_postid_value
public Postcomment.Builder _postid_value(String _postid_value)
-
postcommentid
public Postcomment.Builder postcommentid(String postcommentid)
-
createdon
public Postcomment.Builder createdon(OffsetDateTime createdon)
-
build
public Postcomment build()
-
-