Class Postfollow

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType

    public class Postfollow
    extends Crmbaseentity
    implements com.github.davidmoten.odata.client.ODataEntityType
    • Field Detail

      • _owningteam_value

        protected UUID _owningteam_value
      • _ownerid_value

        protected UUID _ownerid_value
      • _createdby_value

        protected UUID _createdby_value
      • _owninguser_value

        protected UUID _owninguser_value
      • _regardingobjectid_value

        protected UUID _regardingobjectid_value
      • utcconversiontimezonecode

        protected Integer utcconversiontimezonecode
      • timezoneruleversionnumber

        protected Integer timezoneruleversionnumber
      • _owningbusinessunit_value

        protected UUID _owningbusinessunit_value
      • yammerpoststate

        protected Integer yammerpoststate
      • _createdonbehalfby_value

        protected UUID _createdonbehalfby_value
      • versionnumber

        protected Long versionnumber
      • postfollowid

        protected UUID postfollowid
    • Constructor Detail

      • Postfollow

        protected Postfollow()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Crmbaseentity
      • builderPostfollow

        public static Postfollow.Builder builderPostfollow()
        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:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Crmbaseentity
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class Crmbaseentity
      • get_owningteam_value

        public Optional<UUID> get_owningteam_value()
      • with_owningteam_value

        public Postfollow with_owningteam_value​(UUID _owningteam_value)
      • get_ownerid_value

        public Optional<UUID> get_ownerid_value()
      • with_ownerid_value

        public Postfollow with_ownerid_value​(UUID _ownerid_value)
      • get_createdby_value

        public Optional<UUID> get_createdby_value()
      • with_createdby_value

        public Postfollow with_createdby_value​(UUID _createdby_value)
      • get_owninguser_value

        public Optional<UUID> get_owninguser_value()
      • with_owninguser_value

        public Postfollow with_owninguser_value​(UUID _owninguser_value)
      • get_regardingobjectid_value

        public Optional<UUID> get_regardingobjectid_value()
      • with_regardingobjectid_value

        public Postfollow with_regardingobjectid_value​(UUID _regardingobjectid_value)
      • getUtcconversiontimezonecode

        public Optional<Integer> getUtcconversiontimezonecode()
      • withUtcconversiontimezonecode

        public Postfollow withUtcconversiontimezonecode​(Integer utcconversiontimezonecode)
      • getTimezoneruleversionnumber

        public Optional<Integer> getTimezoneruleversionnumber()
      • withTimezoneruleversionnumber

        public Postfollow withTimezoneruleversionnumber​(Integer timezoneruleversionnumber)
      • get_owningbusinessunit_value

        public Optional<UUID> get_owningbusinessunit_value()
      • with_owningbusinessunit_value

        public Postfollow with_owningbusinessunit_value​(UUID _owningbusinessunit_value)
      • withYammerpoststate

        public Postfollow withYammerpoststate​(Integer yammerpoststate)
      • get_createdonbehalfby_value

        public Optional<UUID> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Postfollow with_createdonbehalfby_value​(UUID _createdonbehalfby_value)
      • getVersionnumber

        public Optional<Long> getVersionnumber()
      • withVersionnumber

        public Postfollow withVersionnumber​(Long versionnumber)
      • withPostfollowid

        public Postfollow withPostfollowid​(UUID postfollowid)
      • getRegardingobjectid_task

        public TaskRequest getRegardingobjectid_task()
      • getRegardingobjectid_appointment

        public AppointmentRequest getRegardingobjectid_appointment()
      • getRegardingobjectid_phonecall

        public PhonecallRequest getRegardingobjectid_phonecall()
      • getRegardingobjectid_account

        public AccountRequest getRegardingobjectid_account()
      • getRegardingobjectid_contact

        public ContactRequest getRegardingobjectid_contact()
      • getRegardingobjectid_systemuser

        public SystemuserRequest getRegardingobjectid_systemuser()
      • getRegardingobjectid_queue

        public QueueRequest getRegardingobjectid_queue()
      • getRegardingobjectid_processsession

        public ProcesssessionRequest getRegardingobjectid_processsession()
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Crmbaseentity
      • patch

        public Postfollow patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class Crmbaseentity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public Postfollow put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Crmbaseentity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected