Documentation ¶
Index ¶
- type CreateSiteDocumentProcessingJobOperationOptions
- type CreateSiteDocumentProcessingJobOperationResponse
- type DeleteSiteDocumentProcessingJobOperationOptions
- type DeleteSiteDocumentProcessingJobOperationResponse
- type DocumentProcessingJobOperationPredicate
- type GetSiteDocumentProcessingJobOperationOptions
- type GetSiteDocumentProcessingJobOperationResponse
- type GetSiteDocumentProcessingJobsCountOperationOptions
- type GetSiteDocumentProcessingJobsCountOperationResponse
- type ListSiteDocumentProcessingJobsCompleteResult
- type ListSiteDocumentProcessingJobsCustomPager
- type ListSiteDocumentProcessingJobsOperationOptions
- type ListSiteDocumentProcessingJobsOperationResponse
- type SiteDocumentProcessingJobClient
- func (c SiteDocumentProcessingJobClient) CreateSiteDocumentProcessingJob(ctx context.Context, id beta.GroupIdSiteId, input beta.DocumentProcessingJob, ...) (result CreateSiteDocumentProcessingJobOperationResponse, err error)
- func (c SiteDocumentProcessingJobClient) DeleteSiteDocumentProcessingJob(ctx context.Context, id beta.GroupIdSiteIdDocumentProcessingJobId, ...) (result DeleteSiteDocumentProcessingJobOperationResponse, err error)
- func (c SiteDocumentProcessingJobClient) GetSiteDocumentProcessingJob(ctx context.Context, id beta.GroupIdSiteIdDocumentProcessingJobId, ...) (result GetSiteDocumentProcessingJobOperationResponse, err error)
- func (c SiteDocumentProcessingJobClient) GetSiteDocumentProcessingJobsCount(ctx context.Context, id beta.GroupIdSiteId, ...) (result GetSiteDocumentProcessingJobsCountOperationResponse, err error)
- func (c SiteDocumentProcessingJobClient) ListSiteDocumentProcessingJobs(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteDocumentProcessingJobsOperationResponse, err error)
- func (c SiteDocumentProcessingJobClient) ListSiteDocumentProcessingJobsComplete(ctx context.Context, id beta.GroupIdSiteId, ...) (ListSiteDocumentProcessingJobsCompleteResult, error)
- func (c SiteDocumentProcessingJobClient) ListSiteDocumentProcessingJobsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteDocumentProcessingJobsCompleteResult, err error)
- func (c SiteDocumentProcessingJobClient) UpdateSiteDocumentProcessingJob(ctx context.Context, id beta.GroupIdSiteIdDocumentProcessingJobId, ...) (result UpdateSiteDocumentProcessingJobOperationResponse, err error)
- type UpdateSiteDocumentProcessingJobOperationOptions
- type UpdateSiteDocumentProcessingJobOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSiteDocumentProcessingJobOperationOptions ¶
type CreateSiteDocumentProcessingJobOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteDocumentProcessingJobOperationOptions ¶
func DefaultCreateSiteDocumentProcessingJobOperationOptions() CreateSiteDocumentProcessingJobOperationOptions
func (CreateSiteDocumentProcessingJobOperationOptions) ToHeaders ¶
func (o CreateSiteDocumentProcessingJobOperationOptions) ToHeaders() *client.Headers
func (CreateSiteDocumentProcessingJobOperationOptions) ToOData ¶
func (o CreateSiteDocumentProcessingJobOperationOptions) ToOData() *odata.Query
func (CreateSiteDocumentProcessingJobOperationOptions) ToQuery ¶
func (o CreateSiteDocumentProcessingJobOperationOptions) ToQuery() *client.QueryParams
type DeleteSiteDocumentProcessingJobOperationOptions ¶
type DeleteSiteDocumentProcessingJobOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteDocumentProcessingJobOperationOptions ¶
func DefaultDeleteSiteDocumentProcessingJobOperationOptions() DeleteSiteDocumentProcessingJobOperationOptions
func (DeleteSiteDocumentProcessingJobOperationOptions) ToHeaders ¶
func (o DeleteSiteDocumentProcessingJobOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteDocumentProcessingJobOperationOptions) ToOData ¶
func (o DeleteSiteDocumentProcessingJobOperationOptions) ToOData() *odata.Query
func (DeleteSiteDocumentProcessingJobOperationOptions) ToQuery ¶
func (o DeleteSiteDocumentProcessingJobOperationOptions) ToQuery() *client.QueryParams
type DocumentProcessingJobOperationPredicate ¶
type DocumentProcessingJobOperationPredicate struct { }
func (DocumentProcessingJobOperationPredicate) Matches ¶
func (p DocumentProcessingJobOperationPredicate) Matches(input beta.DocumentProcessingJob) bool
type GetSiteDocumentProcessingJobOperationOptions ¶
type GetSiteDocumentProcessingJobOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteDocumentProcessingJobOperationOptions ¶
func DefaultGetSiteDocumentProcessingJobOperationOptions() GetSiteDocumentProcessingJobOperationOptions
func (GetSiteDocumentProcessingJobOperationOptions) ToHeaders ¶
func (o GetSiteDocumentProcessingJobOperationOptions) ToHeaders() *client.Headers
func (GetSiteDocumentProcessingJobOperationOptions) ToOData ¶
func (o GetSiteDocumentProcessingJobOperationOptions) ToOData() *odata.Query
func (GetSiteDocumentProcessingJobOperationOptions) ToQuery ¶
func (o GetSiteDocumentProcessingJobOperationOptions) ToQuery() *client.QueryParams
type GetSiteDocumentProcessingJobsCountOperationOptions ¶
type GetSiteDocumentProcessingJobsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteDocumentProcessingJobsCountOperationOptions ¶
func DefaultGetSiteDocumentProcessingJobsCountOperationOptions() GetSiteDocumentProcessingJobsCountOperationOptions
func (GetSiteDocumentProcessingJobsCountOperationOptions) ToHeaders ¶
func (o GetSiteDocumentProcessingJobsCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteDocumentProcessingJobsCountOperationOptions) ToOData ¶
func (o GetSiteDocumentProcessingJobsCountOperationOptions) ToOData() *odata.Query
func (GetSiteDocumentProcessingJobsCountOperationOptions) ToQuery ¶
func (o GetSiteDocumentProcessingJobsCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteDocumentProcessingJobsCompleteResult ¶
type ListSiteDocumentProcessingJobsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DocumentProcessingJob }
type ListSiteDocumentProcessingJobsCustomPager ¶
type ListSiteDocumentProcessingJobsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListSiteDocumentProcessingJobsCustomPager) NextPageLink ¶
func (p *ListSiteDocumentProcessingJobsCustomPager) NextPageLink() *odata.Link
type ListSiteDocumentProcessingJobsOperationOptions ¶
type ListSiteDocumentProcessingJobsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListSiteDocumentProcessingJobsOperationOptions ¶
func DefaultListSiteDocumentProcessingJobsOperationOptions() ListSiteDocumentProcessingJobsOperationOptions
func (ListSiteDocumentProcessingJobsOperationOptions) ToHeaders ¶
func (o ListSiteDocumentProcessingJobsOperationOptions) ToHeaders() *client.Headers
func (ListSiteDocumentProcessingJobsOperationOptions) ToOData ¶
func (o ListSiteDocumentProcessingJobsOperationOptions) ToOData() *odata.Query
func (ListSiteDocumentProcessingJobsOperationOptions) ToQuery ¶
func (o ListSiteDocumentProcessingJobsOperationOptions) ToQuery() *client.QueryParams
type SiteDocumentProcessingJobClient ¶
func NewSiteDocumentProcessingJobClientWithBaseURI ¶
func NewSiteDocumentProcessingJobClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteDocumentProcessingJobClient, error)
func (SiteDocumentProcessingJobClient) CreateSiteDocumentProcessingJob ¶
func (c SiteDocumentProcessingJobClient) CreateSiteDocumentProcessingJob(ctx context.Context, id beta.GroupIdSiteId, input beta.DocumentProcessingJob, options CreateSiteDocumentProcessingJobOperationOptions) (result CreateSiteDocumentProcessingJobOperationResponse, err error)
CreateSiteDocumentProcessingJob - Create new navigation property to documentProcessingJobs for groups
func (SiteDocumentProcessingJobClient) DeleteSiteDocumentProcessingJob ¶
func (c SiteDocumentProcessingJobClient) DeleteSiteDocumentProcessingJob(ctx context.Context, id beta.GroupIdSiteIdDocumentProcessingJobId, options DeleteSiteDocumentProcessingJobOperationOptions) (result DeleteSiteDocumentProcessingJobOperationResponse, err error)
DeleteSiteDocumentProcessingJob - Delete navigation property documentProcessingJobs for groups
func (SiteDocumentProcessingJobClient) GetSiteDocumentProcessingJob ¶
func (c SiteDocumentProcessingJobClient) GetSiteDocumentProcessingJob(ctx context.Context, id beta.GroupIdSiteIdDocumentProcessingJobId, options GetSiteDocumentProcessingJobOperationOptions) (result GetSiteDocumentProcessingJobOperationResponse, err error)
GetSiteDocumentProcessingJob - Get documentProcessingJobs from groups. The document processing jobs running on this site.
func (SiteDocumentProcessingJobClient) GetSiteDocumentProcessingJobsCount ¶
func (c SiteDocumentProcessingJobClient) GetSiteDocumentProcessingJobsCount(ctx context.Context, id beta.GroupIdSiteId, options GetSiteDocumentProcessingJobsCountOperationOptions) (result GetSiteDocumentProcessingJobsCountOperationResponse, err error)
GetSiteDocumentProcessingJobsCount - Get the number of the resource
func (SiteDocumentProcessingJobClient) ListSiteDocumentProcessingJobs ¶
func (c SiteDocumentProcessingJobClient) ListSiteDocumentProcessingJobs(ctx context.Context, id beta.GroupIdSiteId, options ListSiteDocumentProcessingJobsOperationOptions) (result ListSiteDocumentProcessingJobsOperationResponse, err error)
ListSiteDocumentProcessingJobs - Get documentProcessingJobs from groups. The document processing jobs running on this site.
func (SiteDocumentProcessingJobClient) ListSiteDocumentProcessingJobsComplete ¶
func (c SiteDocumentProcessingJobClient) ListSiteDocumentProcessingJobsComplete(ctx context.Context, id beta.GroupIdSiteId, options ListSiteDocumentProcessingJobsOperationOptions) (ListSiteDocumentProcessingJobsCompleteResult, error)
ListSiteDocumentProcessingJobsComplete retrieves all the results into a single object
func (SiteDocumentProcessingJobClient) ListSiteDocumentProcessingJobsCompleteMatchingPredicate ¶
func (c SiteDocumentProcessingJobClient) ListSiteDocumentProcessingJobsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, options ListSiteDocumentProcessingJobsOperationOptions, predicate DocumentProcessingJobOperationPredicate) (result ListSiteDocumentProcessingJobsCompleteResult, err error)
ListSiteDocumentProcessingJobsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SiteDocumentProcessingJobClient) UpdateSiteDocumentProcessingJob ¶
func (c SiteDocumentProcessingJobClient) UpdateSiteDocumentProcessingJob(ctx context.Context, id beta.GroupIdSiteIdDocumentProcessingJobId, input beta.DocumentProcessingJob, options UpdateSiteDocumentProcessingJobOperationOptions) (result UpdateSiteDocumentProcessingJobOperationResponse, err error)
UpdateSiteDocumentProcessingJob - Update the navigation property documentProcessingJobs in groups
type UpdateSiteDocumentProcessingJobOperationOptions ¶
type UpdateSiteDocumentProcessingJobOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSiteDocumentProcessingJobOperationOptions ¶
func DefaultUpdateSiteDocumentProcessingJobOperationOptions() UpdateSiteDocumentProcessingJobOperationOptions
func (UpdateSiteDocumentProcessingJobOperationOptions) ToHeaders ¶
func (o UpdateSiteDocumentProcessingJobOperationOptions) ToHeaders() *client.Headers
func (UpdateSiteDocumentProcessingJobOperationOptions) ToOData ¶
func (o UpdateSiteDocumentProcessingJobOperationOptions) ToOData() *odata.Query
func (UpdateSiteDocumentProcessingJobOperationOptions) ToQuery ¶
func (o UpdateSiteDocumentProcessingJobOperationOptions) ToQuery() *client.QueryParams