All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.dynamics.crm.entity.Msdyn_solutionhealthruleargument Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package microsoft.dynamics.crm.entity;

import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.github.davidmoten.odata.client.ClientException;
import com.github.davidmoten.odata.client.NameValue;
import com.github.davidmoten.odata.client.ODataEntityType;
import com.github.davidmoten.odata.client.RequestOptions;
import com.github.davidmoten.odata.client.Util;
import com.github.davidmoten.odata.client.annotation.NavigationProperty;
import com.github.davidmoten.odata.client.annotation.Property;
import com.github.davidmoten.odata.client.internal.ChangedFields;
import com.github.davidmoten.odata.client.internal.Checks;
import com.github.davidmoten.odata.client.internal.RequestHelper;
import com.github.davidmoten.odata.client.internal.UnmappedFields;

import java.time.OffsetDateTime;
import java.util.Optional;

import microsoft.dynamics.crm.entity.collection.request.AsyncoperationCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.BulkdeletefailureCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.DuplicaterecordCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.MailboxtrackingfolderCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.PrincipalobjectattributeaccessCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.ProcesssessionCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.SyncerrorCollectionRequest;
import microsoft.dynamics.crm.entity.request.BusinessunitRequest;
import microsoft.dynamics.crm.entity.request.Msdyn_solutionhealthruleRequest;
import microsoft.dynamics.crm.entity.request.PrincipalRequest;
import microsoft.dynamics.crm.entity.request.SystemuserRequest;
import microsoft.dynamics.crm.entity.request.TeamRequest;

@JsonPropertyOrder({
    "@odata.type", 
    "_owningteam_value", 
    "_ownerid_value", 
    "_modifiedby_value", 
    "msdyn_solutionhealthruleargumentid", 
    "modifiedon", 
    "msdyn_value", 
    "_modifiedonbehalfby_value", 
    "statuscode", 
    "utcconversiontimezonecode", 
    "_createdonbehalfby_value", 
    "versionnumber", 
    "_createdby_value", 
    "createdon", 
    "_owninguser_value", 
    "statecode", 
    "_owningbusinessunit_value", 
    "timezoneruleversionnumber", 
    "msdyn_key", 
    "importsequencenumber", 
    "msdyn_name", 
    "overriddencreatedon", 
    "_msdyn_solutionhealthrule_value"})
@JsonInclude(Include.NON_NULL)
public class Msdyn_solutionhealthruleargument extends Crmbaseentity implements ODataEntityType {

    @Override
    public String odataTypeName() {
        return "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument";
    }

    @JsonProperty("_owningteam_value")
    protected String _owningteam_value;

    @JsonProperty("_ownerid_value")
    protected String _ownerid_value;

    @JsonProperty("_modifiedby_value")
    protected String _modifiedby_value;

    @JsonProperty("msdyn_solutionhealthruleargumentid")
    protected String msdyn_solutionhealthruleargumentid;

    @JsonProperty("modifiedon")
    protected OffsetDateTime modifiedon;

    @JsonProperty("msdyn_value")
    protected String msdyn_value;

    @JsonProperty("_modifiedonbehalfby_value")
    protected String _modifiedonbehalfby_value;

    @JsonProperty("statuscode")
    protected Integer statuscode;

    @JsonProperty("utcconversiontimezonecode")
    protected Integer utcconversiontimezonecode;

    @JsonProperty("_createdonbehalfby_value")
    protected String _createdonbehalfby_value;

    @JsonProperty("versionnumber")
    protected Long versionnumber;

    @JsonProperty("_createdby_value")
    protected String _createdby_value;

    @JsonProperty("createdon")
    protected OffsetDateTime createdon;

    @JsonProperty("_owninguser_value")
    protected String _owninguser_value;

    @JsonProperty("statecode")
    protected Integer statecode;

    @JsonProperty("_owningbusinessunit_value")
    protected String _owningbusinessunit_value;

    @JsonProperty("timezoneruleversionnumber")
    protected Integer timezoneruleversionnumber;

    @JsonProperty("msdyn_key")
    protected String msdyn_key;

    @JsonProperty("importsequencenumber")
    protected Integer importsequencenumber;

    @JsonProperty("msdyn_name")
    protected String msdyn_name;

    @JsonProperty("overriddencreatedon")
    protected OffsetDateTime overriddencreatedon;

    @JsonProperty("_msdyn_solutionhealthrule_value")
    protected String _msdyn_solutionhealthrule_value;

    protected Msdyn_solutionhealthruleargument() {
        super();
    }

    /**
     * Returns a builder which is used to create a new
     * instance of this class (given that this class is immutable).
     *
     * @return a new Builder for this class
     */
    // Suffix used on builder factory method to differentiate the method
    // from static builder methods on superclasses
    public static Builder builderMsdyn_solutionhealthruleargument() {
        return new Builder();
    }

    public static final class Builder {
        private String _owningteam_value;
        private String _ownerid_value;
        private String _modifiedby_value;
        private String msdyn_solutionhealthruleargumentid;
        private OffsetDateTime modifiedon;
        private String msdyn_value;
        private String _modifiedonbehalfby_value;
        private Integer statuscode;
        private Integer utcconversiontimezonecode;
        private String _createdonbehalfby_value;
        private Long versionnumber;
        private String _createdby_value;
        private OffsetDateTime createdon;
        private String _owninguser_value;
        private Integer statecode;
        private String _owningbusinessunit_value;
        private Integer timezoneruleversionnumber;
        private String msdyn_key;
        private Integer importsequencenumber;
        private String msdyn_name;
        private OffsetDateTime overriddencreatedon;
        private String _msdyn_solutionhealthrule_value;
        private ChangedFields changedFields = new ChangedFields();

        Builder() {
            // prevent instantiation
        }

        public Builder _owningteam_value(String _owningteam_value) {
            this._owningteam_value = _owningteam_value;
            this.changedFields = changedFields.add("_owningteam_value");
            return this;
        }

        public Builder _ownerid_value(String _ownerid_value) {
            this._ownerid_value = _ownerid_value;
            this.changedFields = changedFields.add("_ownerid_value");
            return this;
        }

        public Builder _modifiedby_value(String _modifiedby_value) {
            this._modifiedby_value = _modifiedby_value;
            this.changedFields = changedFields.add("_modifiedby_value");
            return this;
        }

        public Builder msdyn_solutionhealthruleargumentid(String msdyn_solutionhealthruleargumentid) {
            this.msdyn_solutionhealthruleargumentid = msdyn_solutionhealthruleargumentid;
            this.changedFields = changedFields.add("msdyn_solutionhealthruleargumentid");
            return this;
        }

        public Builder modifiedon(OffsetDateTime modifiedon) {
            this.modifiedon = modifiedon;
            this.changedFields = changedFields.add("modifiedon");
            return this;
        }

        public Builder msdyn_value(String msdyn_value) {
            this.msdyn_value = msdyn_value;
            this.changedFields = changedFields.add("msdyn_value");
            return this;
        }

        public Builder _modifiedonbehalfby_value(String _modifiedonbehalfby_value) {
            this._modifiedonbehalfby_value = _modifiedonbehalfby_value;
            this.changedFields = changedFields.add("_modifiedonbehalfby_value");
            return this;
        }

        public Builder statuscode(Integer statuscode) {
            this.statuscode = statuscode;
            this.changedFields = changedFields.add("statuscode");
            return this;
        }

        public Builder utcconversiontimezonecode(Integer utcconversiontimezonecode) {
            this.utcconversiontimezonecode = utcconversiontimezonecode;
            this.changedFields = changedFields.add("utcconversiontimezonecode");
            return this;
        }

        public Builder _createdonbehalfby_value(String _createdonbehalfby_value) {
            this._createdonbehalfby_value = _createdonbehalfby_value;
            this.changedFields = changedFields.add("_createdonbehalfby_value");
            return this;
        }

        public Builder versionnumber(Long versionnumber) {
            this.versionnumber = versionnumber;
            this.changedFields = changedFields.add("versionnumber");
            return this;
        }

        public Builder _createdby_value(String _createdby_value) {
            this._createdby_value = _createdby_value;
            this.changedFields = changedFields.add("_createdby_value");
            return this;
        }

        public Builder createdon(OffsetDateTime createdon) {
            this.createdon = createdon;
            this.changedFields = changedFields.add("createdon");
            return this;
        }

        public Builder _owninguser_value(String _owninguser_value) {
            this._owninguser_value = _owninguser_value;
            this.changedFields = changedFields.add("_owninguser_value");
            return this;
        }

        public Builder statecode(Integer statecode) {
            this.statecode = statecode;
            this.changedFields = changedFields.add("statecode");
            return this;
        }

        public Builder _owningbusinessunit_value(String _owningbusinessunit_value) {
            this._owningbusinessunit_value = _owningbusinessunit_value;
            this.changedFields = changedFields.add("_owningbusinessunit_value");
            return this;
        }

        public Builder timezoneruleversionnumber(Integer timezoneruleversionnumber) {
            this.timezoneruleversionnumber = timezoneruleversionnumber;
            this.changedFields = changedFields.add("timezoneruleversionnumber");
            return this;
        }

        public Builder msdyn_key(String msdyn_key) {
            this.msdyn_key = msdyn_key;
            this.changedFields = changedFields.add("msdyn_key");
            return this;
        }

        public Builder importsequencenumber(Integer importsequencenumber) {
            this.importsequencenumber = importsequencenumber;
            this.changedFields = changedFields.add("importsequencenumber");
            return this;
        }

        public Builder msdyn_name(String msdyn_name) {
            this.msdyn_name = msdyn_name;
            this.changedFields = changedFields.add("msdyn_name");
            return this;
        }

        public Builder overriddencreatedon(OffsetDateTime overriddencreatedon) {
            this.overriddencreatedon = overriddencreatedon;
            this.changedFields = changedFields.add("overriddencreatedon");
            return this;
        }

        public Builder _msdyn_solutionhealthrule_value(String _msdyn_solutionhealthrule_value) {
            this._msdyn_solutionhealthrule_value = _msdyn_solutionhealthrule_value;
            this.changedFields = changedFields.add("_msdyn_solutionhealthrule_value");
            return this;
        }

        public Msdyn_solutionhealthruleargument build() {
            Msdyn_solutionhealthruleargument _x = new Msdyn_solutionhealthruleargument();
            _x.contextPath = null;
            _x.changedFields = changedFields;
            _x.unmappedFields = new UnmappedFields();
            _x.odataType = "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument";
            _x._owningteam_value = _owningteam_value;
            _x._ownerid_value = _ownerid_value;
            _x._modifiedby_value = _modifiedby_value;
            _x.msdyn_solutionhealthruleargumentid = msdyn_solutionhealthruleargumentid;
            _x.modifiedon = modifiedon;
            _x.msdyn_value = msdyn_value;
            _x._modifiedonbehalfby_value = _modifiedonbehalfby_value;
            _x.statuscode = statuscode;
            _x.utcconversiontimezonecode = utcconversiontimezonecode;
            _x._createdonbehalfby_value = _createdonbehalfby_value;
            _x.versionnumber = versionnumber;
            _x._createdby_value = _createdby_value;
            _x.createdon = createdon;
            _x._owninguser_value = _owninguser_value;
            _x.statecode = statecode;
            _x._owningbusinessunit_value = _owningbusinessunit_value;
            _x.timezoneruleversionnumber = timezoneruleversionnumber;
            _x.msdyn_key = msdyn_key;
            _x.importsequencenumber = importsequencenumber;
            _x.msdyn_name = msdyn_name;
            _x.overriddencreatedon = overriddencreatedon;
            _x._msdyn_solutionhealthrule_value = _msdyn_solutionhealthrule_value;
            return _x;
        }
    }

    @Override
    @JsonIgnore
    public ChangedFields getChangedFields() {
        return changedFields;
    }

    @Override
    public void postInject(boolean addKeysToContextPath) {
        if (addKeysToContextPath && msdyn_solutionhealthruleargumentid != null) {
            contextPath = contextPath.clearQueries().addKeys(new NameValue(msdyn_solutionhealthruleargumentid.toString()));
        }
    }

    @Property(name="_owningteam_value")
    @JsonIgnore
    public Optional get_owningteam_value() {
        return Optional.ofNullable(_owningteam_value);
    }

    public Msdyn_solutionhealthruleargument with_owningteam_value(String _owningteam_value) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("_owningteam_value");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x._owningteam_value = _owningteam_value;
        return _x;
    }

    @Property(name="_ownerid_value")
    @JsonIgnore
    public Optional get_ownerid_value() {
        return Optional.ofNullable(_ownerid_value);
    }

    public Msdyn_solutionhealthruleargument with_ownerid_value(String _ownerid_value) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("_ownerid_value");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x._ownerid_value = _ownerid_value;
        return _x;
    }

    @Property(name="_modifiedby_value")
    @JsonIgnore
    public Optional get_modifiedby_value() {
        return Optional.ofNullable(_modifiedby_value);
    }

    public Msdyn_solutionhealthruleargument with_modifiedby_value(String _modifiedby_value) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("_modifiedby_value");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x._modifiedby_value = _modifiedby_value;
        return _x;
    }

    @Property(name="msdyn_solutionhealthruleargumentid")
    @JsonIgnore
    public Optional getMsdyn_solutionhealthruleargumentid() {
        return Optional.ofNullable(msdyn_solutionhealthruleargumentid);
    }

    public Msdyn_solutionhealthruleargument withMsdyn_solutionhealthruleargumentid(String msdyn_solutionhealthruleargumentid) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("msdyn_solutionhealthruleargumentid");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.msdyn_solutionhealthruleargumentid = msdyn_solutionhealthruleargumentid;
        return _x;
    }

    @Property(name="modifiedon")
    @JsonIgnore
    public Optional getModifiedon() {
        return Optional.ofNullable(modifiedon);
    }

    public Msdyn_solutionhealthruleargument withModifiedon(OffsetDateTime modifiedon) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("modifiedon");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.modifiedon = modifiedon;
        return _x;
    }

    @Property(name="msdyn_value")
    @JsonIgnore
    public Optional getMsdyn_value() {
        return Optional.ofNullable(msdyn_value);
    }

    public Msdyn_solutionhealthruleargument withMsdyn_value(String msdyn_value) {
        Checks.checkIsAscii(msdyn_value);
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("msdyn_value");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.msdyn_value = msdyn_value;
        return _x;
    }

    @Property(name="_modifiedonbehalfby_value")
    @JsonIgnore
    public Optional get_modifiedonbehalfby_value() {
        return Optional.ofNullable(_modifiedonbehalfby_value);
    }

    public Msdyn_solutionhealthruleargument with_modifiedonbehalfby_value(String _modifiedonbehalfby_value) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("_modifiedonbehalfby_value");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x._modifiedonbehalfby_value = _modifiedonbehalfby_value;
        return _x;
    }

    @Property(name="statuscode")
    @JsonIgnore
    public Optional getStatuscode() {
        return Optional.ofNullable(statuscode);
    }

    public Msdyn_solutionhealthruleargument withStatuscode(Integer statuscode) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("statuscode");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.statuscode = statuscode;
        return _x;
    }

    @Property(name="utcconversiontimezonecode")
    @JsonIgnore
    public Optional getUtcconversiontimezonecode() {
        return Optional.ofNullable(utcconversiontimezonecode);
    }

    public Msdyn_solutionhealthruleargument withUtcconversiontimezonecode(Integer utcconversiontimezonecode) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("utcconversiontimezonecode");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.utcconversiontimezonecode = utcconversiontimezonecode;
        return _x;
    }

    @Property(name="_createdonbehalfby_value")
    @JsonIgnore
    public Optional get_createdonbehalfby_value() {
        return Optional.ofNullable(_createdonbehalfby_value);
    }

    public Msdyn_solutionhealthruleargument with_createdonbehalfby_value(String _createdonbehalfby_value) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("_createdonbehalfby_value");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x._createdonbehalfby_value = _createdonbehalfby_value;
        return _x;
    }

    @Property(name="versionnumber")
    @JsonIgnore
    public Optional getVersionnumber() {
        return Optional.ofNullable(versionnumber);
    }

    public Msdyn_solutionhealthruleargument withVersionnumber(Long versionnumber) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("versionnumber");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.versionnumber = versionnumber;
        return _x;
    }

    @Property(name="_createdby_value")
    @JsonIgnore
    public Optional get_createdby_value() {
        return Optional.ofNullable(_createdby_value);
    }

    public Msdyn_solutionhealthruleargument with_createdby_value(String _createdby_value) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("_createdby_value");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x._createdby_value = _createdby_value;
        return _x;
    }

    @Property(name="createdon")
    @JsonIgnore
    public Optional getCreatedon() {
        return Optional.ofNullable(createdon);
    }

    public Msdyn_solutionhealthruleargument withCreatedon(OffsetDateTime createdon) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("createdon");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.createdon = createdon;
        return _x;
    }

    @Property(name="_owninguser_value")
    @JsonIgnore
    public Optional get_owninguser_value() {
        return Optional.ofNullable(_owninguser_value);
    }

    public Msdyn_solutionhealthruleargument with_owninguser_value(String _owninguser_value) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("_owninguser_value");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x._owninguser_value = _owninguser_value;
        return _x;
    }

    @Property(name="statecode")
    @JsonIgnore
    public Optional getStatecode() {
        return Optional.ofNullable(statecode);
    }

    public Msdyn_solutionhealthruleargument withStatecode(Integer statecode) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("statecode");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.statecode = statecode;
        return _x;
    }

    @Property(name="_owningbusinessunit_value")
    @JsonIgnore
    public Optional get_owningbusinessunit_value() {
        return Optional.ofNullable(_owningbusinessunit_value);
    }

    public Msdyn_solutionhealthruleargument with_owningbusinessunit_value(String _owningbusinessunit_value) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("_owningbusinessunit_value");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x._owningbusinessunit_value = _owningbusinessunit_value;
        return _x;
    }

    @Property(name="timezoneruleversionnumber")
    @JsonIgnore
    public Optional getTimezoneruleversionnumber() {
        return Optional.ofNullable(timezoneruleversionnumber);
    }

    public Msdyn_solutionhealthruleargument withTimezoneruleversionnumber(Integer timezoneruleversionnumber) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("timezoneruleversionnumber");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.timezoneruleversionnumber = timezoneruleversionnumber;
        return _x;
    }

    @Property(name="msdyn_key")
    @JsonIgnore
    public Optional getMsdyn_key() {
        return Optional.ofNullable(msdyn_key);
    }

    public Msdyn_solutionhealthruleargument withMsdyn_key(String msdyn_key) {
        Checks.checkIsAscii(msdyn_key);
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("msdyn_key");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.msdyn_key = msdyn_key;
        return _x;
    }

    @Property(name="importsequencenumber")
    @JsonIgnore
    public Optional getImportsequencenumber() {
        return Optional.ofNullable(importsequencenumber);
    }

    public Msdyn_solutionhealthruleargument withImportsequencenumber(Integer importsequencenumber) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("importsequencenumber");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.importsequencenumber = importsequencenumber;
        return _x;
    }

    @Property(name="msdyn_name")
    @JsonIgnore
    public Optional getMsdyn_name() {
        return Optional.ofNullable(msdyn_name);
    }

    public Msdyn_solutionhealthruleargument withMsdyn_name(String msdyn_name) {
        Checks.checkIsAscii(msdyn_name);
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("msdyn_name");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.msdyn_name = msdyn_name;
        return _x;
    }

    @Property(name="overriddencreatedon")
    @JsonIgnore
    public Optional getOverriddencreatedon() {
        return Optional.ofNullable(overriddencreatedon);
    }

    public Msdyn_solutionhealthruleargument withOverriddencreatedon(OffsetDateTime overriddencreatedon) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("overriddencreatedon");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x.overriddencreatedon = overriddencreatedon;
        return _x;
    }

    @Property(name="_msdyn_solutionhealthrule_value")
    @JsonIgnore
    public Optional get_msdyn_solutionhealthrule_value() {
        return Optional.ofNullable(_msdyn_solutionhealthrule_value);
    }

    public Msdyn_solutionhealthruleargument with_msdyn_solutionhealthrule_value(String _msdyn_solutionhealthrule_value) {
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = changedFields.add("_msdyn_solutionhealthrule_value");
        _x.odataType = Util.nvl(odataType, "Microsoft.Dynamics.CRM.msdyn_solutionhealthruleargument");
        _x._msdyn_solutionhealthrule_value = _msdyn_solutionhealthrule_value;
        return _x;
    }

    @NavigationProperty(name="createdby")
    @JsonIgnore
    public SystemuserRequest getCreatedby() {
        return new SystemuserRequest(contextPath.addSegment("createdby"));
    }

    @NavigationProperty(name="createdonbehalfby")
    @JsonIgnore
    public SystemuserRequest getCreatedonbehalfby() {
        return new SystemuserRequest(contextPath.addSegment("createdonbehalfby"));
    }

    @NavigationProperty(name="modifiedby")
    @JsonIgnore
    public SystemuserRequest getModifiedby() {
        return new SystemuserRequest(contextPath.addSegment("modifiedby"));
    }

    @NavigationProperty(name="modifiedonbehalfby")
    @JsonIgnore
    public SystemuserRequest getModifiedonbehalfby() {
        return new SystemuserRequest(contextPath.addSegment("modifiedonbehalfby"));
    }

    @NavigationProperty(name="owninguser")
    @JsonIgnore
    public SystemuserRequest getOwninguser() {
        return new SystemuserRequest(contextPath.addSegment("owninguser"));
    }

    @NavigationProperty(name="owningteam")
    @JsonIgnore
    public TeamRequest getOwningteam() {
        return new TeamRequest(contextPath.addSegment("owningteam"));
    }

    @NavigationProperty(name="ownerid")
    @JsonIgnore
    public PrincipalRequest getOwnerid() {
        return new PrincipalRequest(contextPath.addSegment("ownerid"));
    }

    @NavigationProperty(name="owningbusinessunit")
    @JsonIgnore
    public BusinessunitRequest getOwningbusinessunit() {
        return new BusinessunitRequest(contextPath.addSegment("owningbusinessunit"));
    }

    @NavigationProperty(name="msdyn_solutionhealthruleargument_SyncErrors")
    @JsonIgnore
    public SyncerrorCollectionRequest getMsdyn_solutionhealthruleargument_SyncErrors() {
        return new SyncerrorCollectionRequest(
                        contextPath.addSegment("msdyn_solutionhealthruleargument_SyncErrors"));
    }

    @NavigationProperty(name="msdyn_solutionhealthruleargument_DuplicateMatchingRecord")
    @JsonIgnore
    public DuplicaterecordCollectionRequest getMsdyn_solutionhealthruleargument_DuplicateMatchingRecord() {
        return new DuplicaterecordCollectionRequest(
                        contextPath.addSegment("msdyn_solutionhealthruleargument_DuplicateMatchingRecord"));
    }

    @NavigationProperty(name="msdyn_solutionhealthruleargument_DuplicateBaseRecord")
    @JsonIgnore
    public DuplicaterecordCollectionRequest getMsdyn_solutionhealthruleargument_DuplicateBaseRecord() {
        return new DuplicaterecordCollectionRequest(
                        contextPath.addSegment("msdyn_solutionhealthruleargument_DuplicateBaseRecord"));
    }

    @NavigationProperty(name="msdyn_solutionhealthruleargument_AsyncOperations")
    @JsonIgnore
    public AsyncoperationCollectionRequest getMsdyn_solutionhealthruleargument_AsyncOperations() {
        return new AsyncoperationCollectionRequest(
                        contextPath.addSegment("msdyn_solutionhealthruleargument_AsyncOperations"));
    }

    @NavigationProperty(name="msdyn_solutionhealthruleargument_MailboxTrackingFolders")
    @JsonIgnore
    public MailboxtrackingfolderCollectionRequest getMsdyn_solutionhealthruleargument_MailboxTrackingFolders() {
        return new MailboxtrackingfolderCollectionRequest(
                        contextPath.addSegment("msdyn_solutionhealthruleargument_MailboxTrackingFolders"));
    }

    @NavigationProperty(name="msdyn_solutionhealthruleargument_ProcessSession")
    @JsonIgnore
    public ProcesssessionCollectionRequest getMsdyn_solutionhealthruleargument_ProcessSession() {
        return new ProcesssessionCollectionRequest(
                        contextPath.addSegment("msdyn_solutionhealthruleargument_ProcessSession"));
    }

    @NavigationProperty(name="msdyn_solutionhealthruleargument_BulkDeleteFailures")
    @JsonIgnore
    public BulkdeletefailureCollectionRequest getMsdyn_solutionhealthruleargument_BulkDeleteFailures() {
        return new BulkdeletefailureCollectionRequest(
                        contextPath.addSegment("msdyn_solutionhealthruleargument_BulkDeleteFailures"));
    }

    @NavigationProperty(name="msdyn_solutionhealthruleargument_PrincipalObjectAttributeAccesses")
    @JsonIgnore
    public PrincipalobjectattributeaccessCollectionRequest getMsdyn_solutionhealthruleargument_PrincipalObjectAttributeAccesses() {
        return new PrincipalobjectattributeaccessCollectionRequest(
                        contextPath.addSegment("msdyn_solutionhealthruleargument_PrincipalObjectAttributeAccesses"));
    }

    @NavigationProperty(name="msdyn_SolutionHealthRule")
    @JsonIgnore
    public Msdyn_solutionhealthruleRequest getMsdyn_SolutionHealthRule() {
        return new Msdyn_solutionhealthruleRequest(contextPath.addSegment("msdyn_SolutionHealthRule"));
    }

    @JsonAnySetter
    private void setUnmappedField(String name, Object value) {
        if (unmappedFields == null) {
            unmappedFields = new UnmappedFields();
        }
        unmappedFields.put(name, value);
    }

    @Override
    @JsonIgnore
    public UnmappedFields getUnmappedFields() {
        return unmappedFields == null ? new UnmappedFields() : unmappedFields;
    }

    /**
     * Submits only changed fields for update and returns an 
     * immutable copy of {@code this} with changed fields reset.
     *
     * @return a copy of {@code this} with changed fields reset
     * @throws ClientException if HTTP response is not as expected
     */
    public Msdyn_solutionhealthruleargument patch() {
        RequestHelper.patch(this, contextPath, RequestOptions.EMPTY);
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = null;
        return _x;
    }

    /**
     * Submits all fields for update and returns an immutable copy of {@code this}
     * with changed fields reset (they were ignored anyway).
     *
     * @return a copy of {@code this} with changed fields reset
     * @throws ClientException if HTTP response is not as expected
     */
    public Msdyn_solutionhealthruleargument put() {
        RequestHelper.put(this, contextPath, RequestOptions.EMPTY);
        Msdyn_solutionhealthruleargument _x = _copy();
        _x.changedFields = null;
        return _x;
    }

    private Msdyn_solutionhealthruleargument _copy() {
        Msdyn_solutionhealthruleargument _x = new Msdyn_solutionhealthruleargument();
        _x.contextPath = contextPath;
        _x.changedFields = changedFields;
        _x.unmappedFields = unmappedFields;
        _x.odataType = odataType;
        _x._owningteam_value = _owningteam_value;
        _x._ownerid_value = _ownerid_value;
        _x._modifiedby_value = _modifiedby_value;
        _x.msdyn_solutionhealthruleargumentid = msdyn_solutionhealthruleargumentid;
        _x.modifiedon = modifiedon;
        _x.msdyn_value = msdyn_value;
        _x._modifiedonbehalfby_value = _modifiedonbehalfby_value;
        _x.statuscode = statuscode;
        _x.utcconversiontimezonecode = utcconversiontimezonecode;
        _x._createdonbehalfby_value = _createdonbehalfby_value;
        _x.versionnumber = versionnumber;
        _x._createdby_value = _createdby_value;
        _x.createdon = createdon;
        _x._owninguser_value = _owninguser_value;
        _x.statecode = statecode;
        _x._owningbusinessunit_value = _owningbusinessunit_value;
        _x.timezoneruleversionnumber = timezoneruleversionnumber;
        _x.msdyn_key = msdyn_key;
        _x.importsequencenumber = importsequencenumber;
        _x.msdyn_name = msdyn_name;
        _x.overriddencreatedon = overriddencreatedon;
        _x._msdyn_solutionhealthrule_value = _msdyn_solutionhealthrule_value;
        return _x;
    }

    @Override
    public String toString() {
        StringBuilder b = new StringBuilder();
        b.append("Msdyn_solutionhealthruleargument[");
        b.append("_owningteam_value=");
        b.append(this._owningteam_value);
        b.append(", ");
        b.append("_ownerid_value=");
        b.append(this._ownerid_value);
        b.append(", ");
        b.append("_modifiedby_value=");
        b.append(this._modifiedby_value);
        b.append(", ");
        b.append("msdyn_solutionhealthruleargumentid=");
        b.append(this.msdyn_solutionhealthruleargumentid);
        b.append(", ");
        b.append("modifiedon=");
        b.append(this.modifiedon);
        b.append(", ");
        b.append("msdyn_value=");
        b.append(this.msdyn_value);
        b.append(", ");
        b.append("_modifiedonbehalfby_value=");
        b.append(this._modifiedonbehalfby_value);
        b.append(", ");
        b.append("statuscode=");
        b.append(this.statuscode);
        b.append(", ");
        b.append("utcconversiontimezonecode=");
        b.append(this.utcconversiontimezonecode);
        b.append(", ");
        b.append("_createdonbehalfby_value=");
        b.append(this._createdonbehalfby_value);
        b.append(", ");
        b.append("versionnumber=");
        b.append(this.versionnumber);
        b.append(", ");
        b.append("_createdby_value=");
        b.append(this._createdby_value);
        b.append(", ");
        b.append("createdon=");
        b.append(this.createdon);
        b.append(", ");
        b.append("_owninguser_value=");
        b.append(this._owninguser_value);
        b.append(", ");
        b.append("statecode=");
        b.append(this.statecode);
        b.append(", ");
        b.append("_owningbusinessunit_value=");
        b.append(this._owningbusinessunit_value);
        b.append(", ");
        b.append("timezoneruleversionnumber=");
        b.append(this.timezoneruleversionnumber);
        b.append(", ");
        b.append("msdyn_key=");
        b.append(this.msdyn_key);
        b.append(", ");
        b.append("importsequencenumber=");
        b.append(this.importsequencenumber);
        b.append(", ");
        b.append("msdyn_name=");
        b.append(this.msdyn_name);
        b.append(", ");
        b.append("overriddencreatedon=");
        b.append(this.overriddencreatedon);
        b.append(", ");
        b.append("_msdyn_solutionhealthrule_value=");
        b.append(this._msdyn_solutionhealthrule_value);
        b.append("]");
        b.append(",unmappedFields=");
        b.append(unmappedFields);
        b.append(",odataType=");
        b.append(odataType);
        return b.toString();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy