Documentation
¶
Index ¶
- type ContentTypeRequestBuilder
- func (m *ContentTypeRequestBuilder) AssociateWithHubSites() ...
- func (m *ContentTypeRequestBuilder) Base() ...
- func (m *ContentTypeRequestBuilder) BaseTypes() ...
- func (m *ContentTypeRequestBuilder) ColumnLinks() ...
- func (m *ContentTypeRequestBuilder) ColumnLinksById(id string) ...
- func (m *ContentTypeRequestBuilder) ColumnPositions() ...
- func (m *ContentTypeRequestBuilder) Columns() ...
- func (m *ContentTypeRequestBuilder) ColumnsById(id string) ...
- func (m *ContentTypeRequestBuilder) CopyToDefaultContentLocation() ...
- func (m *ContentTypeRequestBuilder) CreateDeleteRequestInformation(options *ContentTypeRequestBuilderDeleteOptions) (...)
- func (m *ContentTypeRequestBuilder) CreateGetRequestInformation(options *ContentTypeRequestBuilderGetOptions) (...)
- func (m *ContentTypeRequestBuilder) CreatePatchRequestInformation(options *ContentTypeRequestBuilderPatchOptions) (...)
- func (m *ContentTypeRequestBuilder) Delete(options *ContentTypeRequestBuilderDeleteOptions) error
- func (m *ContentTypeRequestBuilder) Get(options *ContentTypeRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ContentType, ...)
- func (m *ContentTypeRequestBuilder) IsPublished() ...
- func (m *ContentTypeRequestBuilder) Patch(options *ContentTypeRequestBuilderPatchOptions) error
- func (m *ContentTypeRequestBuilder) Publish() ...
- func (m *ContentTypeRequestBuilder) Unpublish() ...
- type ContentTypeRequestBuilderDeleteOptions
- type ContentTypeRequestBuilderGetOptions
- type ContentTypeRequestBuilderGetQueryParameters
- type ContentTypeRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentTypeRequestBuilder ¶
type ContentTypeRequestBuilder struct {
// contains filtered or unexported fields
}
ContentTypeRequestBuilder builds and executes requests for operations under \sites\{site-id}\contentTypes\{contentType-id}
func NewContentTypeRequestBuilder ¶
func NewContentTypeRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ContentTypeRequestBuilder
NewContentTypeRequestBuilder instantiates a new ContentTypeRequestBuilder and sets the default values.
func NewContentTypeRequestBuilderInternal ¶
func NewContentTypeRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ContentTypeRequestBuilder
NewContentTypeRequestBuilderInternal instantiates a new ContentTypeRequestBuilder and sets the default values.
func (*ContentTypeRequestBuilder) AssociateWithHubSites ¶
func (m *ContentTypeRequestBuilder) AssociateWithHubSites() *i05aa6bb50d61c9a91685ccd79551fe45c7fd5a6f41b2f9052961feb2dc394eb0.AssociateWithHubSitesRequestBuilder
func (*ContentTypeRequestBuilder) ColumnLinks ¶
func (*ContentTypeRequestBuilder) ColumnLinksById ¶
func (m *ContentTypeRequestBuilder) ColumnLinksById(id string) *if03de5dd741d9ed2d25876eea430ca53f3feda55c4d1a8e9ac5b875bac63413a.ColumnLinkRequestBuilder
ColumnLinksById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.contentTypes.item.columnLinks.item collection
func (*ContentTypeRequestBuilder) ColumnPositions ¶
func (m *ContentTypeRequestBuilder) ColumnPositions() *i2bd83908df726274d2c1ed9ae647d9d262c28eb0503cd31251764fddce791655.ColumnPositionsRequestBuilder
func (*ContentTypeRequestBuilder) ColumnsById ¶
func (m *ContentTypeRequestBuilder) ColumnsById(id string) *i4e76b560d7ab063fee73b44a70701c5d35c8cd952639ebdad225d0fd1dd440b6.ColumnDefinitionRequestBuilder
ColumnsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.contentTypes.item.columns.item collection
func (*ContentTypeRequestBuilder) CopyToDefaultContentLocation ¶
func (m *ContentTypeRequestBuilder) CopyToDefaultContentLocation() *ie4cb5930f587e11ddf957e2716c252f45c2bae1f0cbb3eca003f83d9478ad44d.CopyToDefaultContentLocationRequestBuilder
func (*ContentTypeRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ContentTypeRequestBuilder) CreateDeleteRequestInformation(options *ContentTypeRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the collection of content types defined for this site.
func (*ContentTypeRequestBuilder) CreateGetRequestInformation ¶
func (m *ContentTypeRequestBuilder) CreateGetRequestInformation(options *ContentTypeRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the collection of content types defined for this site.
func (*ContentTypeRequestBuilder) CreatePatchRequestInformation ¶
func (m *ContentTypeRequestBuilder) CreatePatchRequestInformation(options *ContentTypeRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the collection of content types defined for this site.
func (*ContentTypeRequestBuilder) Delete ¶
func (m *ContentTypeRequestBuilder) Delete(options *ContentTypeRequestBuilderDeleteOptions) error
Delete the collection of content types defined for this site.
func (*ContentTypeRequestBuilder) Get ¶
func (m *ContentTypeRequestBuilder) Get(options *ContentTypeRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ContentType, error)
Get the collection of content types defined for this site.
func (*ContentTypeRequestBuilder) IsPublished ¶
func (m *ContentTypeRequestBuilder) IsPublished() *i44ccd150eeae5d04e5afc727774f113c375506bb3a712e0dc54818ed2d2a7173.IsPublishedRequestBuilder
IsPublished builds and executes requests for operations under \sites\{site-id}\contentTypes\{contentType-id}\microsoft.graph.isPublished()
func (*ContentTypeRequestBuilder) Patch ¶
func (m *ContentTypeRequestBuilder) Patch(options *ContentTypeRequestBuilderPatchOptions) error
Patch the collection of content types defined for this site.
type ContentTypeRequestBuilderDeleteOptions ¶
type ContentTypeRequestBuilderDeleteOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
ContentTypeRequestBuilderDeleteOptions options for Delete
type ContentTypeRequestBuilderGetOptions ¶
type ContentTypeRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *ContentTypeRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
ContentTypeRequestBuilderGetOptions options for Get
type ContentTypeRequestBuilderGetQueryParameters ¶
type ContentTypeRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
ContentTypeRequestBuilderGetQueryParameters the collection of content types defined for this site.
type ContentTypeRequestBuilderPatchOptions ¶
type ContentTypeRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ContentType
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
ContentTypeRequestBuilderPatchOptions options for Patch