Package odata.msgraph.client.beta.entity
Class PersonCertification
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.ItemFacet
-
- odata.msgraph.client.beta.entity.PersonCertification
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class PersonCertification extends ItemFacet implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPersonCertification.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringcertificationIdprotected Stringdescriptionprotected StringdisplayNameprotected LocalDateendDateprotected LocalDateissuedDateprotected StringissuingAuthorityprotected StringissuingCompanyprotected LocalDatestartDateprotected StringthumbnailUrlprotected StringwebUrl-
Fields inherited from class odata.msgraph.client.beta.entity.ItemFacet
allowedAudiences, createdBy, createdDateTime, inference, isSearchable, lastModifiedBy, lastModifiedDateTime, source
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPersonCertification()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.beta.entity.ItemFacet
getAllowedAudiences, getCreatedBy, getCreatedDateTime, getInference, getIsSearchable, getLastModifiedBy, getLastModifiedDateTime, getSource, withAllowedAudiences, withCreatedBy, withCreatedDateTime, withInference, withIsSearchable, withLastModifiedBy, withLastModifiedDateTime, withSource
-
-
-
-
Field Detail
-
certificationId
protected String certificationId
-
description
protected String description
-
displayName
protected String displayName
-
endDate
protected LocalDate endDate
-
issuedDate
protected LocalDate issuedDate
-
issuingAuthority
protected String issuingAuthority
-
issuingCompany
protected String issuingCompany
-
startDate
protected LocalDate startDate
-
thumbnailUrl
protected String thumbnailUrl
-
webUrl
protected String webUrl
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classItemFacet
-
builderPersonCertification
public static PersonCertification.Builder builderPersonCertification()
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 classItemFacet
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classItemFacet
-
withCertificationId
public PersonCertification withCertificationId(String certificationId)
-
withDescription
public PersonCertification withDescription(String description)
-
withDisplayName
public PersonCertification withDisplayName(String displayName)
-
withEndDate
public PersonCertification withEndDate(LocalDate endDate)
-
withIssuedDate
public PersonCertification withIssuedDate(LocalDate issuedDate)
-
withIssuingAuthority
public PersonCertification withIssuingAuthority(String issuingAuthority)
-
withIssuingCompany
public PersonCertification withIssuingCompany(String issuingCompany)
-
withStartDate
public PersonCertification withStartDate(LocalDate startDate)
-
withThumbnailUrl
public PersonCertification withThumbnailUrl(String thumbnailUrl)
-
withWebUrl
public PersonCertification withWebUrl(String webUrl)
-
withUnmappedField
public PersonCertification withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classItemFacet
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classItemFacet
-
patch
public PersonCertification patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public PersonCertification put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-