Skip to content

Latest commit

 

History

History
159 lines (88 loc) · 4.73 KB

HalOnlyEmbeddableCollectionLinks.md

File metadata and controls

159 lines (88 loc) · 4.73 KB

HalOnlyEmbeddableCollectionLinks

Properties

Name Type Description Notes
Alternate Pointer to HalLinkData [optional]
Embedded Pointer to HalLinkData [optional]
Item Pointer to []HalLinkData [optional]
Self HalLinkData
Simple Pointer to HalLinkData [optional]

Methods

NewHalOnlyEmbeddableCollectionLinks

func NewHalOnlyEmbeddableCollectionLinks(self HalLinkData, ) *HalOnlyEmbeddableCollectionLinks

NewHalOnlyEmbeddableCollectionLinks instantiates a new HalOnlyEmbeddableCollectionLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewHalOnlyEmbeddableCollectionLinksWithDefaults

func NewHalOnlyEmbeddableCollectionLinksWithDefaults() *HalOnlyEmbeddableCollectionLinks

NewHalOnlyEmbeddableCollectionLinksWithDefaults instantiates a new HalOnlyEmbeddableCollectionLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetAlternate

func (o *HalOnlyEmbeddableCollectionLinks) GetAlternate() HalLinkData

GetAlternate returns the Alternate field if non-nil, zero value otherwise.

GetAlternateOk

func (o *HalOnlyEmbeddableCollectionLinks) GetAlternateOk() (*HalLinkData, bool)

GetAlternateOk returns a tuple with the Alternate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAlternate

func (o *HalOnlyEmbeddableCollectionLinks) SetAlternate(v HalLinkData)

SetAlternate sets Alternate field to given value.

HasAlternate

func (o *HalOnlyEmbeddableCollectionLinks) HasAlternate() bool

HasAlternate returns a boolean if a field has been set.

GetEmbedded

func (o *HalOnlyEmbeddableCollectionLinks) GetEmbedded() HalLinkData

GetEmbedded returns the Embedded field if non-nil, zero value otherwise.

GetEmbeddedOk

func (o *HalOnlyEmbeddableCollectionLinks) GetEmbeddedOk() (*HalLinkData, bool)

GetEmbeddedOk returns a tuple with the Embedded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEmbedded

func (o *HalOnlyEmbeddableCollectionLinks) SetEmbedded(v HalLinkData)

SetEmbedded sets Embedded field to given value.

HasEmbedded

func (o *HalOnlyEmbeddableCollectionLinks) HasEmbedded() bool

HasEmbedded returns a boolean if a field has been set.

GetItem

func (o *HalOnlyEmbeddableCollectionLinks) GetItem() []HalLinkData

GetItem returns the Item field if non-nil, zero value otherwise.

GetItemOk

func (o *HalOnlyEmbeddableCollectionLinks) GetItemOk() (*[]HalLinkData, bool)

GetItemOk returns a tuple with the Item field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetItem

func (o *HalOnlyEmbeddableCollectionLinks) SetItem(v []HalLinkData)

SetItem sets Item field to given value.

HasItem

func (o *HalOnlyEmbeddableCollectionLinks) HasItem() bool

HasItem returns a boolean if a field has been set.

GetSelf

func (o *HalOnlyEmbeddableCollectionLinks) GetSelf() HalLinkData

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *HalOnlyEmbeddableCollectionLinks) GetSelfOk() (*HalLinkData, bool)

GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelf

func (o *HalOnlyEmbeddableCollectionLinks) SetSelf(v HalLinkData)

SetSelf sets Self field to given value.

GetSimple

func (o *HalOnlyEmbeddableCollectionLinks) GetSimple() HalLinkData

GetSimple returns the Simple field if non-nil, zero value otherwise.

GetSimpleOk

func (o *HalOnlyEmbeddableCollectionLinks) GetSimpleOk() (*HalLinkData, bool)

GetSimpleOk returns a tuple with the Simple field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSimple

func (o *HalOnlyEmbeddableCollectionLinks) SetSimple(v HalLinkData)

SetSimple sets Simple field to given value.

HasSimple

func (o *HalOnlyEmbeddableCollectionLinks) HasSimple() bool

HasSimple returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]